org.objectweb.medor.api
Class UnevaluableExpressionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.medor.api.MedorException
                    |
                    +--org.objectweb.medor.api.ExpressionException
                          |
                          +--org.objectweb.medor.api.UnevaluableExpressionException
All Implemented Interfaces:
java.io.Serializable

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 org.objectweb.medor.api.MedorException
getNestedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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)