|
||||||||||
| 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 java.lang.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(java.lang.String message)
Create an instance of the exception with a message. |
|
FilterGeneratorException(java.lang.String message,
java.lang.Throwable cause)
Create an instance of the exception with a message and cause. |
|
FilterGeneratorException(java.lang.Throwable cause)
Create an instance of the exception with a cause |
|
| Method Summary | |
|---|---|
java.lang.String |
getDatasourceClassName()
Get the set datasource class name |
protected java.lang.String |
getGeneralExceptionMessagePrefix()
Get the general exception message prefix (dependent on the concrete exception class) |
void |
setDatasourceClassName(java.lang.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 java.lang.String datasourceClassName
| Constructor Detail |
|---|
public FilterGeneratorException()
public FilterGeneratorException(java.lang.String message)
message - exception messagepublic FilterGeneratorException(java.lang.Throwable cause)
cause - exception cause
public FilterGeneratorException(java.lang.String message,
java.lang.Throwable cause)
message - exception messagecause - exception cause| Method Detail |
|---|
protected java.lang.String getGeneralExceptionMessagePrefix()
ExpressionParserException
getGeneralExceptionMessagePrefix in class ExpressionParserExceptionpublic java.lang.String getDatasourceClassName()
public void setDatasourceClassName(java.lang.String datasourceClassName)
datasourceClassName - The datasourceClassName to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||