Package ognl
Class InappropriateExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ognl.OgnlException
ognl.InappropriateExpressionException
- All Implemented Interfaces:
Serializable
Exception thrown if an OGNL expression is evaluated in the wrong context; the usual
case is when an expression that does not end in a property reference is passed to
setValue
.- Author:
- Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ognl.OgnlException
getEvaluation, getReason, printStackTrace, printStackTrace, printStackTrace, setEvaluation, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
InappropriateExpressionException
-