public class FilterGeneratorException extends ExpressionParserException
Modifier and Type | Field and Description |
---|---|
protected 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(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
|
Modifier and Type | Method and Description |
---|---|
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
|
getExpressionString, getMessage, setExpressionString
getLocalizedMessage
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected String datasourceClassName
public FilterGeneratorException()
public FilterGeneratorException(String message)
message
- exception messagepublic FilterGeneratorException(Throwable cause)
cause
- exception causepublic FilterGeneratorException(String message, Throwable cause)
message
- exception messagecause
- exception causeprotected String getGeneralExceptionMessagePrefix()
ExpressionParserException
getGeneralExceptionMessagePrefix
in class ExpressionParserException
public String getDatasourceClassName()
public void setDatasourceClassName(String datasourceClassName)
datasourceClassName
- The datasourceClassName to set.Copyright © 2014 Gentics Software GmbH. All Rights Reserved.