Package org.apache.commons.ognl
Class InappropriateExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.ognl.OgnlException
org.apache.commons.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
FieldsFields inherited from class org.apache.commons.ognl.OgnlException
initCause
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
InappropriateExpressionException
-