Class DataRowPosNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.cla9.excel.reader.exception.DataRowPosNotFoundException
- All Implemented Interfaces:
java.io.Serializable
public class DataRowPosNotFoundException
extends java.lang.RuntimeException
The type Data row pos not found exception.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DataRowPosNotFoundException()Instantiates a new Data row pos not found exception.DataRowPosNotFoundException(java.lang.String message)Instantiates a new Data row pos not found exception.DataRowPosNotFoundException(java.lang.String message, java.lang.Throwable cause)Instantiates a new Data row pos not found exception. -
Method Summary
-
Constructor Details
-
DataRowPosNotFoundException
public DataRowPosNotFoundException()Instantiates a new Data row pos not found exception. -
DataRowPosNotFoundException
public DataRowPosNotFoundException(java.lang.String message)Instantiates a new Data row pos not found exception.- Parameters:
message- the message
-
DataRowPosNotFoundException
public DataRowPosNotFoundException(java.lang.String message, java.lang.Throwable cause)Instantiates a new Data row pos not found exception.- Parameters:
message- the messagecause- the cause
-