ognl
Class InappropriateExpressionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byognl.OgnlException
              extended byognl.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 Summary
InappropriateExpressionException(Node tree)
           
 
Methods inherited from class ognl.OgnlException
getEvaluation, getReason, printStackTrace, printStackTrace, printStackTrace, setEvaluation, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InappropriateExpressionException

public InappropriateExpressionException(Node tree)


Copyright © 2004 OGNL Technology, Inc.. All Rights Reserved.