ognl
Class ExpressionSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ognl.OgnlException
              extended by ognl.ExpressionSyntaxException
All Implemented Interfaces:
Serializable

public class ExpressionSyntaxException
extends OgnlException

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(String expression, Throwable reason)
           
 
Method Summary
 
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

ExpressionSyntaxException

public ExpressionSyntaxException(String expression,
                                 Throwable reason)

OGNL Project Page