org.objectweb.medor.expression.api
Class MalformedExpressionException

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

public class MalformedExpressionException
extends ExpressionException

Specialisation of ExpressionException when Expression are malformed

Author:
Sebastien Chassande-Barrioz
See Also:
Serialized Form

Constructor Summary
MalformedExpressionException(java.lang.Exception e)
           
MalformedExpressionException(java.lang.String s)
           
MalformedExpressionException(java.lang.String m, java.lang.Exception e)
           
 
Methods inherited from class org.objectweb.medor.expression.api.ExpressionException
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

MalformedExpressionException

public MalformedExpressionException(java.lang.String s)

MalformedExpressionException

public MalformedExpressionException(java.lang.Exception e)

MalformedExpressionException

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