ariba.util.expr
Class InappropriateExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ariba.util.expr.ExprException
ariba.util.expr.InappropriateExpressionException
- All Implemented Interfaces:
- Serializable
public class InappropriateExpressionException
- extends ExprException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InappropriateExpressionException
public InappropriateExpressionException(Node tree)
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.