- 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
public class ParseExpressionException extends DRException
Exception indicating an error while parsing a value expression.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParseExpressionException
public ParseExpressionException(String expression, String message)
Creates a new exception with the specified details.- Parameters:
expression
- the expression which could not be parsedmessage
- additional information about the error
-
ParseExpressionException
public ParseExpressionException(String expression, String message, Throwable cause)
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 Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-