public class UnparsableExpressionException
extends java.lang.Exception
| Constructor and Description |
|---|
UnparsableExpressionException(char c,
int pos)
construct a new
UnparsableExpressionException |
UnparsableExpressionException(java.lang.String msg)
construct a new
UnparsableExpressionException |
public UnparsableExpressionException(char c,
int pos)
UnparsableExpressionExceptionc - the character which could not be parsedpos - the position of the character in the expressionpublic UnparsableExpressionException(java.lang.String msg)
UnparsableExpressionExceptionmsg - the error message