public class ParseException extends ExpressionException
| Constructor and Description |
|---|
ParseException(java.lang.String expression,
java.lang.String message)
Constructs an exception with the supplied expression and message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpression()
Fetches the expression which caused the parsing failure.
|
? Copyright 2005-2006, Stripes Development Team.