public class ExpressionParseException extends RuntimeException
ExpressionTree
,
Serialized FormConstructor and Description |
---|
ExpressionParseException(String descrip,
int index) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description that explains why the exception was thrown.
|
int |
getIndex()
Returns an index value into the expression string.
|
String |
toString()
Returns a string formatted such as "(index) description".
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ExpressionParseException(String descrip, int index)
public String getDescription()
public int getIndex()
Copyright © 2024. All rights reserved.