org.objectweb.medor.api
Class UnevaluableExpressionException

java.lang.Object
  extended byExpressionException
      extended byorg.objectweb.medor.api.UnevaluableExpressionException

public class UnevaluableExpressionException
extends ExpressionException

Extension of ExpressionException for problems related to the evaluation of Expression.

Author:
Sebastien Chassande-Barrioz
See Also:
Serialized Form

Constructor Summary
UnevaluableExpressionException(java.lang.Exception e)
           
UnevaluableExpressionException(java.lang.String s)
           
UnevaluableExpressionException(java.lang.String m, java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnevaluableExpressionException

public UnevaluableExpressionException(java.lang.String s)

UnevaluableExpressionException

public UnevaluableExpressionException(java.lang.Exception e)

UnevaluableExpressionException

public UnevaluableExpressionException(java.lang.String m,
                                      java.lang.Exception e)