Uses of Enum
ag.smaser.trip.filefilter.FilterReturnCode
-
Uses of FilterReturnCode in ag.smaser.trip.filefilter
Methods in ag.smaser.trip.filefilter that return FilterReturnCodeModifier and TypeMethodDescriptionstatic FilterReturnCode
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 FilterReturnCodeModifier and TypeMethodDescriptionfinal void
FilterAdapter.setError
(FilterReturnCode code, 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.final void
FilterAdapter.throwError
(FilterReturnCode code, String msg) Logs an error and throws it as an exception.final void
FilterAdapter.throwError
(FilterReturnCode code, String msg, Throwable cause) Logs an error and throws it as an exception.Constructors in ag.smaser.trip.filefilter with parameters of type FilterReturnCodeModifierConstructorDescriptionConstructor for a new FileFilterExceptionFileFilterException
(FilterReturnCode rc, String message) Constructor for a new FileFilterExceptionFileFilterException
(FilterReturnCode rc, String message, Throwable cause) Constructor for a new FileFilterExceptionFileFilterException
(FilterReturnCode rc, Throwable cause) Constructor for a new FileFilterException