Package ognl

Class 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:
  • Constructor Details

    • InappropriateExpressionException

      public InappropriateExpressionException(Node tree)