ariba.util.expr
Class ExpressionSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ariba.util.expr.ExprException
              extended by ariba.util.expr.ExpressionSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class ExpressionSyntaxException
extends ExprException

Exception thrown if a malformed OGNL expression is encountered.

Author:
Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
See Also:
Serialized Form

Constructor Summary
ExpressionSyntaxException(java.lang.String msg, java.lang.String expression, java.lang.Throwable reason)
           
 
Method Summary
 java.lang.String toString()
          Returns a string representation of this exception.
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionSyntaxException

public ExpressionSyntaxException(java.lang.String msg,
                                 java.lang.String expression,
                                 java.lang.Throwable reason)
Method Detail

toString

public java.lang.String toString()
Returns a string representation of this exception.

Overrides:
toString in class java.lang.Throwable
Returns:
a string representation of this exception


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