public class ExpressionParseException
extends java.lang.RuntimeException
ExpressionTree,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
descrip |
private int |
index |
| Constructor and Description |
|---|
ExpressionParseException(java.lang.String descrip,
int index) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the description that explains why the exception was thrown.
|
int |
getIndex()
Returns an index value into the expression string.
|
java.lang.String |
toString()
Returns a string formatted such as "(index) description".
|
public ExpressionParseException(java.lang.String descrip,
int index)
public java.lang.String getDescription()
public int getIndex()
public java.lang.String toString()
toString in class java.lang.Throwable