Class CheckstyleExecutorException

    • Constructor Detail

      • CheckstyleExecutorException

        public CheckstyleExecutorException()
      • CheckstyleExecutorException

        public CheckstyleExecutorException​(String message)
        Parameters:
        message - Message of the exception.
      • CheckstyleExecutorException

        public CheckstyleExecutorException​(Throwable cause)
        Parameters:
        cause - Cause of the exception.
      • CheckstyleExecutorException

        public CheckstyleExecutorException​(String message,
                                           Throwable cause)
        Parameters:
        message - Message of the exception.
        cause - Cause of the exception.