Package net.sourceforge.pmd.lang.rule
Class RuleSetLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sourceforge.pmd.lang.rule.RuleSetLoadException
-
- All Implemented Interfaces:
Serializable
public class RuleSetLoadException extends RuntimeException
An exception that is thrown when something wrong occurs while loading rulesets. This may be because the XML is not well-formed, does not respect the ruleset schema, is not a valid ruleset or is otherwise unparsable.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-