Package com.github.mizool.core.exception
Class RuleViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mizool.core.exception.RuleViolationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRuleViolationException
(String message, @NonNull Set<RuleViolation> ruleViolations) RuleViolationException
(Set<RuleViolation> ruleViolations) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuleViolationException
-
RuleViolationException
-
-
Method Details
-
getRuleViolations
-