com.csam.dif
Class DIFFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.csam.dif.DIFException
-
- com.csam.dif.DIFFormatException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DIFDataPairParsingException, DIFKeywordException, DIFNumberPairInfoException, DIFStringFormatException
public class DIFFormatException extends DIFException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DIFFormatException()Creates a new instance ofDIFFormatExceptionwithout detail message.DIFFormatException(java.lang.String msg)Constructs an instance ofDIFFormatExceptionwith the specified detail message.DIFFormatException(java.lang.String msg, java.lang.Throwable cause)Constructs an instance ofDIFFormatExceptionwith the specified detail message and root cause.DIFFormatException(java.lang.Throwable cause)Constructs an instance ofDIFFormatExceptionwith the specified root cause.
-
-
-
Constructor Detail
-
DIFFormatException
public DIFFormatException()
Creates a new instance ofDIFFormatExceptionwithout detail message.
-
DIFFormatException
public DIFFormatException(java.lang.String msg)
Constructs an instance ofDIFFormatExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
DIFFormatException
public DIFFormatException(java.lang.Throwable cause)
Constructs an instance ofDIFFormatExceptionwith the specified root cause.- Parameters:
cause- the root cause of the exception.
-
DIFFormatException
public DIFFormatException(java.lang.String msg, java.lang.Throwable cause)Constructs an instance ofDIFFormatExceptionwith 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