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, toString
public 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 Throwable
Copyright © 2020 Actian Corporation. All rights reserved.