Class CheckstyleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.puppycrawl.tools.checkstyle.api.CheckstyleException
All Implemented Interfaces:
Serializable

public class CheckstyleException extends Exception
Represents an error condition within Checkstyle.
See Also:
  • Field Details

  • Constructor Details

    • 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