Class OkapiMergeException

  • All Implemented Interfaces:
    Serializable

    public class OkapiMergeException
    extends OkapiException
    Signals that there was some error with merging. Could be mismatch of text units or a more serious error such as I/O, null pointer exception etc..
    Author:
    jimh
    See Also:
    Serialized Form
    • Constructor Detail

      • OkapiMergeException

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

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

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

        public OkapiMergeException​(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.