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, toString
public CheckstyleException(String message)
CheckstyleException
instance.message
- a String
valuepublic CheckstyleException(String message, Throwable cause)
CheckstyleException
instance
that was caused by another exception.message
- a message that explains this exceptioncause
- the Exception that is wrapped by this exceptionCopyright © 2001–2018. All rights reserved.