ariba.util.expr
Class InappropriateExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ariba.util.expr.ExprException
              extended by ariba.util.expr.InappropriateExpressionException
All Implemented Interfaces:
java.io.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

Constructor Summary
InappropriateExpressionException(Node tree)
           
 
Method Summary
 
Methods inherited from class ariba.util.expr.ExprException
getEvaluation, setEvaluation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InappropriateExpressionException

public InappropriateExpressionException(Node tree)


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.