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