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