Package ch.rabanti.nanoxlsx4j.exceptions
Class FormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.rabanti.nanoxlsx4j.exceptions.FormatException
- All Implemented Interfaces:
Serializable
Class for exceptions regarding format error incidents
- Author:
- Raphael Stoeckli
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorFormatException
(String message) Constructor with passed messageFormatException
(String message, Exception inner) Constructor with passed message and inner -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormatException
public FormatException()Default constructor -
FormatException
Constructor with passed message- Parameters:
message
- Message of the exception
-
FormatException
Constructor with passed message and inner- Parameters:
message
- Message of the exceptioninner
- Inner exception
-
-
Method Details
-
getInnerException
Gets the inner exception- Returns:
- Inner exception
-