com.puppycrawl.tools.checkstyle.api
Class CheckstyleException
Exceptioncom.puppycrawl.tools.checkstyle.api.CheckstyleException
public class CheckstyleException
extends Exception
Represents an error condition within Checkstyle.
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
public CheckstyleException(String aMessage)
Creates a new CheckstyleException instance.
aMessage - a String value
CheckstyleException
public CheckstyleException(String aMessage,
Throwable aCause) Creates a new CheckstyleException instance
that was caused by another exception.
aMessage - a message that explains this exceptionaCause - the Exception that is wrapped by this exception