Package com.github.mizool.core.exception
Class RuleViolation
- java.lang.Object
 - 
- com.github.mizool.core.exception.RuleViolation
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class RuleViolation extends Object implements Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuleViolation.RuleViolationBuilder 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleViolation.RuleViolationBuilderbuilder()booleanequals(Object o)StringgetErrorId()StringgetFieldName()inthashCode()RuleViolation.RuleViolationBuildertoBuilder()StringtoString() 
 - 
 
- 
- 
Method Detail
- 
builder
public static RuleViolation.RuleViolationBuilder builder()
 
- 
toBuilder
public RuleViolation.RuleViolationBuilder toBuilder()
 
- 
getFieldName
public String getFieldName()
 
- 
getErrorId
public String getErrorId()
 
 - 
 
 -