com.csam.dif
Class DIFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.csam.dif.DIFException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DIFDataException, DIFFormatException, DIFRowException
public class DIFException extends java.lang.ExceptionThis is the top-level exception which all other exception inherit- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DIFException()Creates a new instance ofDIFExceptionwithout detail message.DIFException(java.lang.String msg)Constructs an instance ofDIFExceptionwith the specified detail message.DIFException(java.lang.String msg, java.lang.Throwable cause)Constructs an instance ofDIFExceptionwith the specified detail message and root cause.DIFException(java.lang.Throwable cause)Constructs an instance ofDIFExceptionwith the specified root cause.
-
-
-
Constructor Detail
-
DIFException
public DIFException()
Creates a new instance ofDIFExceptionwithout detail message.
-
DIFException
public DIFException(java.lang.String msg)
Constructs an instance ofDIFExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
DIFException
public DIFException(java.lang.Throwable cause)
Constructs an instance ofDIFExceptionwith the specified root cause.- Parameters:
cause- the root cause of the exception.
-
DIFException
public DIFException(java.lang.String msg, java.lang.Throwable cause)Constructs an instance ofDIFExceptionwith the specified detail message and root cause.- Parameters:
msg- the detail message.cause- the root cause of the exception.
-
-
DMelt 3.0 © DataMelt by jWork.ORG