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