public abstract class ExpressionParserException extends NodeException
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
expressionString
expression string that caused this exception
|
Constructor and Description |
---|
ExpressionParserException()
Create an instance of the exception
|
ExpressionParserException(java.lang.String message)
Create an instance of the exception with a message.
|
ExpressionParserException(java.lang.String message,
java.lang.Throwable cause)
Create an instance of the exception with a message and cause.
|
ExpressionParserException(java.lang.Throwable cause)
Create an instance of the exception with a cause
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpressionString()
Get the expression string of the expression causing this exception
|
protected abstract java.lang.String |
getGeneralExceptionMessagePrefix()
Get the general exception message prefix (dependent on the concrete
exception class)
|
java.lang.String |
getMessage() |
void |
setExpressionString(java.lang.String expressionString)
Set the expression string of the expression causing this exception
|
getLocalizedMessage
protected java.lang.String expressionString
public ExpressionParserException()
public ExpressionParserException(java.lang.String message)
message
- exception messagepublic ExpressionParserException(java.lang.Throwable cause)
cause
- exception causepublic ExpressionParserException(java.lang.String message, java.lang.Throwable cause)
message
- exception messagecause
- exception causeprotected abstract java.lang.String getGeneralExceptionMessagePrefix()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String getExpressionString()
public void setExpressionString(java.lang.String expressionString)
expressionString
- expressionStringCopyright © 2018 Gentics Software. All Rights Reserved.