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