Class IOException

  • All Implemented Interfaces:
    Serializable

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

      • IOException

        public IOException()
        Default constructor
      • IOException

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

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

      • getInnerException

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

        public String getExceptionTitle()
        Gets the title of the exception
        Returns:
        Title as string