Class OkapiMisAlignmentException

    • Constructor Detail

      • OkapiMisAlignmentException

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

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

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

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