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
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 to setValue
.
- Author:
- Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
- See Also:
- Serialized Form
InappropriateExpressionException
public InappropriateExpressionException(Node tree)
Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.