|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.gentics.api.lib.exception.NodeException
com.gentics.api.lib.expressionparser.ExpressionParserException
public abstract class ExpressionParserException
Abstract base class for all exceptions that are thrown by the expression parser.
| Field Summary | |
|---|---|
protected java.lang.String |
expressionString
expression string that caused this exception |
| Constructor Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class com.gentics.api.lib.exception.NodeException |
|---|
getLocalizedMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String expressionString
| Constructor Detail |
|---|
public ExpressionParserException()
public ExpressionParserException(java.lang.String message)
message - exception messagepublic ExpressionParserException(java.lang.Throwable cause)
cause - exception cause
public ExpressionParserException(java.lang.String message,
java.lang.Throwable cause)
message - exception messagecause - exception cause| Method Detail |
|---|
protected abstract java.lang.String getGeneralExceptionMessagePrefix()
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getExpressionString()
public void setExpressionString(java.lang.String expressionString)
expressionString - expressionString
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||