public class UnparsableExpressionException extends Exception
| Constructor and Description |
|---|
UnparsableExpressionException(String msg)
construct a new
UnparsableExpressionException |
UnparsableExpressionException(String expression,
char c,
int pos)
construct a new
UnparsableExpressionException |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnparsableExpressionException(String expression, char c, int pos)
UnparsableExpressionExceptionc - the character which could not be parsedpos - the position of the character in the expressionpublic UnparsableExpressionException(String msg)
UnparsableExpressionExceptionmsg - the error messageCopyright © 2013. All Rights Reserved.