org.objectweb.medor.api
Class ExpressionException

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

public class ExpressionException
extends MedorException

Specialisation of MedorException for problems related to Expressions.

Author:
Sebastien Chassande-Barrioz
See Also:
Expression, Serialized Form

Constructor Summary
ExpressionException(java.lang.Exception e)
           
ExpressionException(java.lang.String s)
           
ExpressionException(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

ExpressionException

public ExpressionException(java.lang.String s)

ExpressionException

public ExpressionException(java.lang.Exception e)

ExpressionException

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