Class CoverageProcessingException

    • Constructor Detail

      • CoverageProcessingException

        public CoverageProcessingException()
        Creates a new exception without detail message.
      • CoverageProcessingException

        public CoverageProcessingException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message.
      • CoverageProcessingException

        public CoverageProcessingException​(Throwable cause)
        Constructs a new exception with the specified cause.
        Parameters:
        cause - The cause of this exception.
      • CoverageProcessingException

        public CoverageProcessingException​(String message,
                                           Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - The cause of this exception.