Package net.sourceforge.pmd
Class RuleSetNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sourceforge.pmd.RuleSetNotFoundException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class RuleSetNotFoundException extends Exception
Deprecated.This is now only thrown by deprecated apis.RuleSetLoader
throwsRuleSetLoadException
instead- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuleSetNotFoundException(String msg)
Deprecated.RuleSetNotFoundException(String msg, Throwable cause)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-