org.springframework.binding.expression
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.binding.expression.ParserException
- All Implemented Interfaces:
- java.io.Serializable
public class ParserException
- extends org.springframework.core.NestedRuntimeException
Base class for exceptions thrown during expression parsing.
- Author:
- Keith Donald
- See Also:
- Serialized Form
|
Constructor Summary |
ParserException(java.lang.String expressionString,
java.lang.String message,
java.lang.Throwable cause)
Creates a new expression parsing exception. |
ParserException(java.lang.String expressionString,
java.lang.Throwable cause)
Creates a new expression parsing exception. |
|
Method Summary |
java.lang.Object |
getExpressionString()
Returns the expression string that could not be parsed. |
| Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getCause, getMessage, getMostSpecificCause, getRootCause, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParserException
public ParserException(java.lang.String expressionString,
java.lang.Throwable cause)
- Creates a new expression parsing exception.
- Parameters:
expressionString - the expression string that could not be parsedcause - the underlying cause of this exception
ParserException
public ParserException(java.lang.String expressionString,
java.lang.String message,
java.lang.Throwable cause)
- Creates a new expression parsing exception.
- Parameters:
expressionString - the expression string that could not be parsedmessage - a descriptive messagecause - the underlying cause of this exception
getExpressionString
public java.lang.Object getExpressionString()
- Returns the expression string that could not be parsed.
Copyright � 2004-2007. All Rights Reserved.