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