com.csam.dif
Class DIFDataPairParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.csam.dif.DIFException
-
- com.csam.dif.DIFFormatException
-
- com.csam.dif.DIFDataPairParsingException
-
- All Implemented Interfaces:
- java.io.Serializable
public class DIFDataPairParsingException extends DIFFormatException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DIFDataPairParsingException(java.lang.String line)Creates a new instance ofDIFDataPairParsingExceptionwithout detail message.DIFDataPairParsingException(java.lang.String msg, java.lang.String line)Constructs an instance ofDIFDataPairParsingExceptionwith the specified detail message.DIFDataPairParsingException(java.lang.String msg, java.lang.Throwable cause, java.lang.String line)Constructs an instance ofDIFDataPairParsingExceptionwith the specified detail message and root cause.DIFDataPairParsingException(java.lang.Throwable cause, java.lang.String line)Constructs an instance ofDIFDataPairParsingExceptionwith the specified root cause.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetLine()Getter for property line.
-
-
-
Constructor Detail
-
DIFDataPairParsingException
public DIFDataPairParsingException(java.lang.String line)
Creates a new instance ofDIFDataPairParsingExceptionwithout detail message.
-
DIFDataPairParsingException
public DIFDataPairParsingException(java.lang.String msg, java.lang.String line)Constructs an instance ofDIFDataPairParsingExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
DIFDataPairParsingException
public DIFDataPairParsingException(java.lang.Throwable cause, java.lang.String line)Constructs an instance ofDIFDataPairParsingExceptionwith the specified root cause.- Parameters:
cause- the root cause of the exception.
-
DIFDataPairParsingException
public DIFDataPairParsingException(java.lang.String msg, java.lang.Throwable cause, java.lang.String line)Constructs an instance ofDIFDataPairParsingExceptionwith 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