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