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