Class CheckstyleClassNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.kemitix.checkstyle.ruleset.builder.CheckstyleClassNotFoundException
-
- All Implemented Interfaces:
Serializable
public class CheckstyleClassNotFoundException extends RuntimeException
Raised when a Class to implement a Rule is not found.- Author:
- Paul Campbell (pcampbell@kemitix.net).
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckstyleClassNotFoundException(String name)Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CheckstyleClassNotFoundException
public CheckstyleClassNotFoundException(String name)
Constructor.- Parameters:
name- the name of the unimplemented rule
-
-