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.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ognl.OgnlException
getEvaluation, getReason, setEvaluation, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
InappropriateExpressionException
-