Class CheckstyleSourceLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.kemitix.checkstyle.ruleset.builder.CheckstyleSourceLoadException
-
- All Implemented Interfaces:
Serializable
public class CheckstyleSourceLoadException extends RuntimeException
Raised when there is an error scanning for check classes.- Author:
- Paul Campbell (pcampbell@kemitix.net).
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckstyleSourceLoadException(String basePackage, IOException cause)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
-
CheckstyleSourceLoadException
public CheckstyleSourceLoadException(String basePackage, IOException cause)
Constructor.- Parameters:
basePackage- the base package classes were being loaded fromcause- the cause
-
-