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)
UnparsableExpressionException
c
- the character which could not be parsedpos
- the position of the character in the expressionpublic UnparsableExpressionException(java.lang.String msg)
UnparsableExpressionException
msg
- the error message