Package ognl

Class 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 to setValue.
    Author:
    Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
    See Also:
    Serialized Form
    • Constructor Detail

      • InappropriateExpressionException

        public InappropriateExpressionException​(Node tree)