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.
See Also:
  • Field Details

  • Constructor Details

    • InappropriateExpressionException

      public InappropriateExpressionException(Node tree)