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