|
||||||||||
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
com.gentics.api.lib.expressionparser.filtergenerator.FilterGeneratorException
public class FilterGeneratorException
Exception that might be thrown during the generation of a datasource filter.
Field Summary | |
---|---|
protected String |
datasourceClassName
name of the datasource class for which the filter should be generated |
Fields inherited from class com.gentics.api.lib.expressionparser.ExpressionParserException |
---|
expressionString |
Constructor Summary | |
---|---|
FilterGeneratorException()
Create an instance of the exception |
|
FilterGeneratorException(String message)
Create an instance of the exception with a message. |
|
FilterGeneratorException(String message,
Throwable cause)
Create an instance of the exception with a message and cause. |
|
FilterGeneratorException(Throwable cause)
Create an instance of the exception with a cause |
Method Summary | |
---|---|
String |
getDatasourceClassName()
Get the set datasource class name |
protected String |
getGeneralExceptionMessagePrefix()
Get the general exception message prefix (dependent on the concrete exception class) |
void |
setDatasourceClassName(String datasourceClassName)
Set the datasource class name |
Methods inherited from class com.gentics.api.lib.expressionparser.ExpressionParserException |
---|
getExpressionString, getMessage, setExpressionString |
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 String datasourceClassName
Constructor Detail |
---|
public FilterGeneratorException()
public FilterGeneratorException(String message)
message
- exception messagepublic FilterGeneratorException(Throwable cause)
cause
- exception causepublic FilterGeneratorException(String message, Throwable cause)
message
- exception messagecause
- exception causeMethod Detail |
---|
protected String getGeneralExceptionMessagePrefix()
ExpressionParserException
getGeneralExceptionMessagePrefix
in class ExpressionParserException
public String getDatasourceClassName()
public void setDatasourceClassName(String datasourceClassName)
datasourceClassName
- The datasourceClassName to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |