Uses of Class
ag.smaser.trip.filefilter.FilterReturnCode
-
-
Uses of FilterReturnCode in ag.smaser.trip.filefilter
Methods in ag.smaser.trip.filefilter that return FilterReturnCode Modifier and Type Method 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.Methods in ag.smaser.trip.filefilter with parameters of type FilterReturnCode Modifier and Type Method 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.Constructors in ag.smaser.trip.filefilter with parameters of type FilterReturnCode Constructor Description FileFilterException(FilterReturnCode rc)
Constructor for a new FileFilterExceptionFileFilterException(FilterReturnCode rc, java.lang.String message)
Constructor for a new FileFilterExceptionFileFilterException(FilterReturnCode rc, java.lang.String message, java.lang.Throwable cause)
Constructor for a new FileFilterExceptionFileFilterException(FilterReturnCode rc, java.lang.Throwable cause)
Constructor for a new FileFilterException
-