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