org.objectweb.medor.expression.api
Class ExpressionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.medor.expression.api.ExpressionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MalformedExpressionException, TypingException

public class ExpressionException
extends java.lang.Exception

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)
           
 
Method Summary
 java.lang.Exception getNestedException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, 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)
Method Detail

getNestedException

public java.lang.Exception getNestedException()