com.puppycrawl.tools.checkstyle.api
public class CheckstyleException extends Exception
Version: 1.0
| Constructor Summary | |
|---|---|
| CheckstyleException(String aMessage)
Creates a new CheckstyleException instance.
| |
| CheckstyleException(String aMessage, Throwable aCause)
Creates a new CheckstyleException instance
that was caused by another exception.
| |
CheckstyleException instance.
Parameters: aMessage a String value
CheckstyleException instance
that was caused by another exception.
Parameters: aMessage a message that explains this exception aCause the Exception that is wrapped by this exception