public class RuleViolationException extends RuntimeException
| Constructor and Description | 
|---|
RuleViolationException(Set<RuleViolation> ruleViolations)  | 
RuleViolationException(String message,
                      @NonNull Set<RuleViolation> ruleViolations)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<RuleViolation> | 
getRuleViolations()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuleViolationException(String message, @NonNull @NonNull Set<RuleViolation> ruleViolations)
public RuleViolationException(Set<RuleViolation> ruleViolations)
public Set<RuleViolation> getRuleViolations()
Copyright © 2020. All rights reserved.