Class InvalidInputFormatException

All Implemented Interfaces:
Serializable

public class InvalidInputFormatException extends AppException
This exception is thrown when a filter input has a wrong format
Since:
9.9
Author:
MariusO
See Also:
  • Constructor Details

    • InvalidInputFormatException

      public InvalidInputFormatException(String message)
      Creates a new instance.
      Parameters:
      message - The exception message.
    • InvalidInputFormatException

      public InvalidInputFormatException(String message, DataType type)
      Creates a new instance.
      Parameters:
      message - The exception message.
      type - The datatype on which the error occurred
    • InvalidInputFormatException

      public InvalidInputFormatException(String message, Throwable cause)
      Creates a new instance.
      Parameters:
      message - The exception message.
      cause - The exception cause.
    • InvalidInputFormatException

      public InvalidInputFormatException(String message, Throwable cause, DataType type)
      Creates a new instance.
      Parameters:
      message - The exception message.
      cause - The exception cause.
      type - The datatype on which the error occurred
  • Method Details