public class ParseExpressionException extends DRException
| Constructor and Description |
|---|
ParseExpressionException(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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseExpressionException(String expression, String message)
expression - the expression which could not be parsedmessage - additional information about the errorpublic ParseExpressionException(String expression, String message, Throwable cause)
expression - the expression which could not be parsedmessage - additional information about the errorcause - the underlying cause of the errorpublic String getMessage()
getMessage in class ThrowableCopyright © 2024 Actian Corporation. All rights reserved.