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