Class FormatException

All Implemented Interfaces:
Serializable

public class FormatException extends RuntimeException
Class for exceptions regarding format error incidents
Author:
Raphael Stoeckli
See Also:
  • Constructor Details

    • FormatException

      public FormatException()
      Default constructor
    • FormatException

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

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

    • getInnerException

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