public class ParseException extends ExpressionException
| Constructor and Description |
|---|
ParseException(String expression,
String message)
Constructs an exception with the supplied expression and message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Fetches the expression which caused the parsing failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString© Copyright 2005-2006, Stripes Development Team.