Class IOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.rabanti.nanoxlsx4j.exceptions.IOException
All Implemented Interfaces:
Serializable

public class IOException extends Exception
Class for exceptions regarding stream or save error incidents
Author:
Raphael Stoeckli
See Also:
  • Constructor Details

    • IOException

      public IOException()
      Default constructor
    • IOException

      public IOException(String message)
      Constructor with passed message
      Parameters:
      message - Message of the exception
    • IOException

      public IOException(String message, Exception inner)
      Constructor with passed message and inner exception
      Parameters:
      message - Message of the exception
      inner - Inner exception
  • Method Details

    • getInnerException

      public Exception getInnerException()
      Gets the inner exception
      Returns:
      Inner exception