com.csam.dif
Class DIFRowExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.csam.dif.DIFException
-
- com.csam.dif.DIFRowException
-
- com.csam.dif.DIFRowExistsException
-
- All Implemented Interfaces:
- java.io.Serializable
public class DIFRowExistsException extends DIFRowException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DIFRowExistsException(DIFSheet sheet, int rowNumber)Creates a new instance ofDIFRowExistsExceptionwithout detail message.DIFRowExistsException(java.lang.String msg, DIFSheet sheet, int rowNumber)Constructs an instance ofDIFRowExistsExceptionwith the specified detail message.DIFRowExistsException(java.lang.String msg, java.lang.Throwable cause, DIFSheet sheet, int rowNumber)Constructs an instance ofDIFRowExistsExceptionwith the specified detail message and root cause.DIFRowExistsException(java.lang.Throwable cause, DIFSheet sheet, int rowNumber)Constructs an instance ofDIFRowExistsExceptionwith the specified root cause.
-
Method Summary
-
Methods inherited from class com.csam.dif.DIFRowException
getRowNumber, getSheet
-
-
-
-
Constructor Detail
-
DIFRowExistsException
public DIFRowExistsException(DIFSheet sheet, int rowNumber)
Creates a new instance ofDIFRowExistsExceptionwithout detail message.
-
DIFRowExistsException
public DIFRowExistsException(java.lang.String msg, DIFSheet sheet, int rowNumber)Constructs an instance ofDIFRowExistsExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
DIFRowExistsException
public DIFRowExistsException(java.lang.Throwable cause, DIFSheet sheet, int rowNumber)Constructs an instance ofDIFRowExistsExceptionwith the specified root cause.- Parameters:
cause- the root cause of the exception.
-
DIFRowExistsException
public DIFRowExistsException(java.lang.String msg, java.lang.Throwable cause, DIFSheet sheet, int rowNumber)Constructs an instance ofDIFRowExistsExceptionwith 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