Class OkapiBadStepInputException

  • All Implemented Interfaces:
    Serializable

    public class OkapiBadStepInputException
    extends OkapiException
    Signals that a step had an error when trying to open its input. This can be for example a problem with the type of input used to open the document, an incorrect URI, or an unsupported type of output.
    See Also:
    Serialized Form
    • Constructor Detail

      • OkapiBadStepInputException

        public OkapiBadStepInputException()
        Creates an empty new OkapiBadStepInputException object.
      • OkapiBadStepInputException

        public OkapiBadStepInputException​(String message)
        Creates a new OkapiBadStepInputException object with a given message.
        Parameters:
        message - text of the message.
      • OkapiBadStepInputException

        public OkapiBadStepInputException​(Throwable cause)
        Creates a new OkapiBadStepInputException object with a given parent exception cause.
        Parameters:
        cause - the parent exception cause.
      • OkapiBadStepInputException

        public OkapiBadStepInputException​(String message,
                                          Throwable cause)
        Creates a new OkapiBadStepInputException object with a given message and a given parent exception cause.
        Parameters:
        message - the message.
        cause - the cause.