org.objectweb.medor.api
Class MalformedExpressionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.medor.api.MedorException
                    |
                    +--org.objectweb.medor.api.ExpressionException
                          |
                          +--org.objectweb.medor.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.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

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)