public class CheckstyleException extends Exception
Constructor and Description |
---|
CheckstyleException(String aMessage)
Creates a new
CheckstyleException instance. |
CheckstyleException(String aMessage,
Throwable aCause)
Creates a new
CheckstyleException instance
that was caused by another exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CheckstyleException(String aMessage)
CheckstyleException
instance.aMessage
- a String
valueCopyright © 2001–2013. All rights reserved.