de.congrace.exp4j
Class UnparsableExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.congrace.exp4j.UnparsableExpressionException
- All Implemented Interfaces:
- Serializable
public class UnparsableExpressionException
- extends Exception
Exception for invalid expressions
- Author:
- fas@congrace.de
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnparsableExpressionException
public UnparsableExpressionException(String expression,
char c,
int pos)
- construct a new
UnparsableExpressionException
- Parameters:
c
- the character which could not be parsedpos
- the position of the character in the expression
UnparsableExpressionException
public UnparsableExpressionException(String msg)
- construct a new
UnparsableExpressionException
- Parameters:
msg
- the error message
Copyright © 2012. All Rights Reserved.