Modifier and Type | Method and Description |
---|---|
static FilterReturnCode |
FilterReturnCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilterReturnCode[] |
FilterReturnCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterAdapter.setError(FilterReturnCode code,
java.lang.String msg)
Registers an error code and its associated message and passes it
along to the logger, if one is defined by the connectivity framework.
|
void |
FilterAdapter.throwError(FilterReturnCode code,
java.lang.String msg)
Logs an error and throws it as an exception.
|
void |
FilterAdapter.throwError(FilterReturnCode code,
java.lang.String msg,
java.lang.Throwable cause)
Logs an error and throws it as an exception.
|
Constructor and Description |
---|
FileFilterException(FilterReturnCode rc)
Constructor for a new FileFilterException
|
FileFilterException(FilterReturnCode rc,
java.lang.String message)
Constructor for a new FileFilterException
|
FileFilterException(FilterReturnCode rc,
java.lang.String message,
java.lang.Throwable cause)
Constructor for a new FileFilterException
|
FileFilterException(FilterReturnCode rc,
java.lang.Throwable cause)
Constructor for a new FileFilterException
|