Package net.sourceforge.pmd
Class RuleSetLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sourceforge.pmd.lang.rule.RuleSetLoadException
-
- net.sourceforge.pmd.RuleSetLoadException
-
- All Implemented Interfaces:
Serializable
public class RuleSetLoadException extends RuleSetLoadException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuleSetLoadException(RuleSetReferenceId rsetId, @NonNull Throwable cause)
RuleSetLoadException(RuleSetReferenceId rsetId, String message)
-
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
public RuleSetLoadException(RuleSetReferenceId rsetId, @NonNull Throwable cause)
-
RuleSetLoadException
public RuleSetLoadException(RuleSetReferenceId rsetId, String message)
-
-