|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.puppycrawl.tools.checkstyle.api.CheckstyleException
public class CheckstyleException
Represents an error condition within Checkstyle.
Constructor Summary | |
---|---|
CheckstyleException(java.lang.String aMessage)
Creates a new CheckstyleException instance. |
|
CheckstyleException(java.lang.String aMessage,
java.lang.Throwable aCause)
Creates a new CheckstyleException instance
that was caused by another exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CheckstyleException(java.lang.String aMessage)
CheckstyleException
instance.
aMessage
- a String
valuepublic CheckstyleException(java.lang.String aMessage, java.lang.Throwable aCause)
CheckstyleException
instance
that was caused by another exception.
aMessage
- a message that explains this exceptionaCause
- the Exception that is wrapped by this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |