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:
java.io.Serializable
public class InappropriateExpressionException extends OgnlException
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 tosetValue
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class org.apache.commons.ognl.OgnlException
initCause
-
-
Constructor Summary
Constructors Constructor Description InappropriateExpressionException(Node tree)
-
Method Summary
-
Methods inherited from class org.apache.commons.ognl.OgnlException
getEvaluation, getReason, printStackTrace, printStackTrace, printStackTrace, setEvaluation, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InappropriateExpressionException
public InappropriateExpressionException(Node tree)
-
-