Class FormatException

    • Constructor Detail

      • FormatException

        public FormatException()
        Default constructor
      • FormatException

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

        public FormatException​(String title,
                               String message,
                               Exception inner)
        Constructor with passed message and inner
        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