|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ariba.util.expr.ExprException
ariba.util.expr.ExpressionSyntaxException
public class ExpressionSyntaxException
Exception thrown if a malformed OGNL expression is encountered.
Constructor Summary | |
---|---|
ExpressionSyntaxException(java.lang.String msg,
java.lang.String expression,
java.lang.Throwable reason)
|
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a string representation of this exception. |
Methods inherited from class ariba.util.expr.ExprException |
---|
getEvaluation, setEvaluation |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExpressionSyntaxException(java.lang.String msg, java.lang.String expression, java.lang.Throwable reason)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |