com.csam.dif
Class DIFRowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.csam.dif.DIFException
-
- com.csam.dif.DIFRowException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DIFCellException, DIFRowExistsException
public class DIFRowException extends DIFException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DIFRowException(DIFSheet sheet, int rowNumber)Creates a new instance ofDIFRowExceptionwithout detail message.DIFRowException(java.lang.String msg, DIFSheet sheet, int rowNumber)Constructs an instance ofDIFRowExceptionwith the specified detail message.DIFRowException(java.lang.String msg, java.lang.Throwable cause, DIFSheet sheet, int rowNumber)Constructs an instance ofDIFRowExceptionwith the specified detail message and root cause.DIFRowException(java.lang.Throwable cause, DIFSheet sheet, int rowNumber)Constructs an instance ofDIFRowExceptionwith the specified root cause.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetRowNumber()Getter for property rowNumber.DIFSheetgetSheet()Getter for property sheet.
-
-
-
Constructor Detail
-
DIFRowException
public DIFRowException(DIFSheet sheet, int rowNumber)
Creates a new instance ofDIFRowExceptionwithout detail message.
-
DIFRowException
public DIFRowException(java.lang.String msg, DIFSheet sheet, int rowNumber)Constructs an instance ofDIFRowExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
DIFRowException
public DIFRowException(java.lang.Throwable cause, DIFSheet sheet, int rowNumber)Constructs an instance ofDIFRowExceptionwith the specified root cause.- Parameters:
cause- the root cause of the exception.
-
DIFRowException
public DIFRowException(java.lang.String msg, java.lang.Throwable cause, DIFSheet sheet, int rowNumber)Constructs an instance ofDIFRowExceptionwith the specified detail message and root cause.- Parameters:
msg- the detail message.cause- the root cause of the exception.
-
-
Method Detail
-
getSheet
public DIFSheet getSheet()
Getter for property sheet.- Returns:
- Value of property sheet.
-
getRowNumber
public int getRowNumber()
Getter for property rowNumber.- Returns:
- Value of property rowNumber.
-
-
DMelt 3.0 © DataMelt by jWork.ORG