|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.objectweb.medor.api.MedorException | +--org.objectweb.medor.api.ExpressionException | +--org.objectweb.medor.api.MalformedExpressionException
Specialisation of ExpressionException when Expression are malformed
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 |
public MalformedExpressionException(java.lang.String s)
public MalformedExpressionException(java.lang.Exception e)
public MalformedExpressionException(java.lang.String m, java.lang.Exception e)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |