Class InvalidInputException

All Implemented Interfaces:
Serializable

public class InvalidInputException extends DeltaXMLException
An exception which indicates that an input is not of the correct format for this pipeline.
See Also:
  • Constructor Details

    • InvalidInputException

      public InvalidInputException(String message)
      Constructs a new InvalidInputException.
      Parameters:
      message - the exception message
    • InvalidInputException

      public InvalidInputException(String message, Throwable cause)
      Constructs a new InvalidInputException.
      Parameters:
      message - the exception message
      cause - the underlying cause