java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pervasive.datarush.exceptions.DRException
com.pervasive.datarush.exceptions.ParseExpressionException
- All Implemented Interfaces:
Serializable
Exception indicating an error while parsing a value expression.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParseExpressionException(String expression, String message) Creates a new exception with the specified details.ParseExpressionException(String expression, String message, Throwable cause) Creates a new exception with the specified details. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseExpressionException
Creates a new exception with the specified details.- Parameters:
expression- the expression which could not be parsedmessage- additional information about the error
-
ParseExpressionException
Creates a new exception with the specified details.- Parameters:
expression- the expression which could not be parsedmessage- additional information about the errorcause- the underlying cause of the error
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-