Package ognl
Class InappropriateExpressionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ognl.OgnlException
-
- 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
.- Author:
- Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InappropriateExpressionException(Node tree)
-
Method Summary
-
Methods inherited from class ognl.OgnlException
getEvaluation, getReason, printStackTrace, printStackTrace, printStackTrace, setEvaluation, toString
-
-
-
-
Constructor Detail
-
InappropriateExpressionException
public InappropriateExpressionException(Node tree)
-
-