Package net.sourceforge.pmd
Class RuleSetLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sourceforge.pmd.RuleSetLoadException
-
- All Implemented Interfaces:
Serializable
public final 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
-
-
Constructor Summary
Constructors Constructor Description RuleSetLoadException(RuleSetReferenceId rsetId, @NonNull Throwable cause)
Constructors are internal.RuleSetLoadException(RuleSetReferenceId rsetId, String message)
Constructors are internal.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RuleSetLoadException
@InternalApi public RuleSetLoadException(RuleSetReferenceId rsetId, @NonNull Throwable cause)
Constructors are internal.
-
RuleSetLoadException
@InternalApi public RuleSetLoadException(RuleSetReferenceId rsetId, String message)
Constructors are internal.
-
-