V - type of valueD - type of datapublic abstract class ErrorRule<V,D> extends Rule<V,D>
| Modifier and Type | Method and Description |
|---|---|
protected ViolationLevel |
getViolationLevel()
Override this method to define violation level of your derived rule
|
public ErrorRule(D data)
protected ViolationLevel getViolationLevel()
RulegetViolationLevel in class Rule<V,D>Copyright © 2015. All Rights Reserved.