Class CheckstyleException

    • Constructor Detail

      • CheckstyleException

        public CheckstyleException​(String message)
        Creates a new CheckstyleException instance.
        Parameters:
        message - a String value
      • CheckstyleException

        public CheckstyleException​(String message,
                                   Throwable cause)
        Creates a new CheckstyleException instance that was caused by another exception.
        Parameters:
        message - a message that explains this exception
        cause - the Exception that is wrapped by this exception