public class FilterGeneratorException extends ExpressionParserException
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
datasourceClassName
name of the datasource class for which the filter should be generated
|
expressionString
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
getExpressionString, getMessage, setExpressionString
getLocalizedMessage
protected java.lang.String datasourceClassName
public FilterGeneratorException()
public FilterGeneratorException(java.lang.String message)
message
- exception messagepublic FilterGeneratorException(java.lang.Throwable cause)
cause
- exception causepublic FilterGeneratorException(java.lang.String message, java.lang.Throwable cause)
message
- exception messagecause
- exception causeprotected java.lang.String getGeneralExceptionMessagePrefix()
ExpressionParserException
getGeneralExceptionMessagePrefix
in class ExpressionParserException
public java.lang.String getDatasourceClassName()
public void setDatasourceClassName(java.lang.String datasourceClassName)
datasourceClassName
- The datasourceClassName to set.Copyright © 2022 Gentics Software. All Rights Reserved.