Package ag.smaser.trip.filefilter
Class FileFilterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ag.smaser.trip.filefilter.FileFilterException
-
- All Implemented Interfaces:
java.io.Serializable
public class FileFilterException extends java.lang.Exception
Exception class for TRIPcof file filter errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors 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
-
-
-
Constructor Detail
-
FileFilterException
public FileFilterException(FilterReturnCode rc)
Constructor for a new FileFilterException- Parameters:
rc
- The return code to assign
-
FileFilterException
public FileFilterException(FilterReturnCode rc, java.lang.String message)
Constructor for a new FileFilterException- Parameters:
rc
- The return code to assignmessage
- Error message
-
FileFilterException
public FileFilterException(FilterReturnCode rc, java.lang.Throwable cause)
Constructor for a new FileFilterException- Parameters:
rc
- The return code to assigncause
- The causing error or exception
-
FileFilterException
public FileFilterException(FilterReturnCode rc, java.lang.String message, java.lang.Throwable cause)
Constructor for a new FileFilterException- Parameters:
rc
- The return code to assignmessage
- Error messagecause
- The causing error or exception
-
-