|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.ibatis.ognl.OgnlException
org.apache.ibatis.ognl.ExpressionSyntaxException
public class ExpressionSyntaxException
Exception thrown if a malformed OGNL expression is encountered.
Constructor Summary | |
---|---|
ExpressionSyntaxException(java.lang.String expression,
java.lang.Throwable reason)
|
Method Summary |
---|
Methods inherited from class org.apache.ibatis.ognl.OgnlException |
---|
getEvaluation, getReason, printStackTrace, printStackTrace, printStackTrace, setEvaluation, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExpressionSyntaxException(java.lang.String expression, java.lang.Throwable reason)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |