Package ag.smaser.trip.filefilter
Class FileFilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ag.smaser.trip.filefilter.FileFilterException
- All Implemented Interfaces:
Serializable
Exception class for TRIPcof file filter errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor 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 -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileFilterException
Constructor for a new FileFilterException- Parameters:
rc
- The return code to assign
-
FileFilterException
Constructor for a new FileFilterException- Parameters:
rc
- The return code to assignmessage
- Error message
-
FileFilterException
Constructor for a new FileFilterException- Parameters:
rc
- The return code to assigncause
- The causing error or exception
-
FileFilterException
Constructor for a new FileFilterException- Parameters:
rc
- The return code to assignmessage
- Error messagecause
- The causing error or exception
-