public abstract class ExpressionParserException extends NodeException
Modifier and Type | Field and Description |
---|---|
protected String |
expressionString
expression string that caused this exception
|
Constructor and Description |
---|
ExpressionParserException()
Create an instance of the exception
|
ExpressionParserException(String message)
Create an instance of the exception with a message.
|
ExpressionParserException(String message,
Throwable cause)
Create an instance of the exception with a message and cause.
|
ExpressionParserException(Throwable cause)
Create an instance of the exception with a cause
|
Modifier and Type | Method and Description |
---|---|
String |
getExpressionString()
Get the expression string of the expression causing this exception
|
protected abstract String |
getGeneralExceptionMessagePrefix()
Get the general exception message prefix (dependent on the concrete
exception class)
|
String |
getMessage() |
void |
setExpressionString(String expressionString)
Set the expression string of the expression causing this exception
|
getLocalizedMessage
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected String expressionString
public ExpressionParserException()
public ExpressionParserException(String message)
message
- exception messagepublic ExpressionParserException(Throwable cause)
cause
- exception causeprotected abstract String getGeneralExceptionMessagePrefix()
public String getMessage()
getMessage
in class Throwable
public String getExpressionString()
public void setExpressionString(String expressionString)
expressionString
- expressionStringCopyright © 2014 Gentics Software GmbH. All Rights Reserved.