ariba.util.expr
Class ExpressionSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ariba.util.expr.ExprException
ariba.util.expr.ExpressionSyntaxException
- All Implemented Interfaces:
- 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
|
Method Summary |
String |
toString()
Returns a string representation of this exception. |
ExpressionSyntaxException
public ExpressionSyntaxException(String msg,
String expression,
Throwable reason)
toString
public String toString()
- Returns a string representation of this exception.
- Overrides:
toString in class Throwable
- Returns:
- a string representation of this exception
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.