public class CheckstyleException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
For Serialisation that will never happen.
|
Constructor and Description |
---|
CheckstyleException(java.lang.String message)
Creates a new
CheckstyleException instance. |
CheckstyleException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
CheckstyleException instance
that was caused by another exception. |
private static final long serialVersionUID
public CheckstyleException(java.lang.String message)
CheckstyleException
instance.message
- a String
valuepublic CheckstyleException(java.lang.String message, java.lang.Throwable cause)
CheckstyleException
instance
that was caused by another exception.message
- a message that explains this exceptioncause
- the Exception that is wrapped by this exception