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 class
RuleViolation.RuleViolationBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleViolation.RuleViolationBuilder
builder()
boolean
equals(Object o)
String
getErrorId()
String
getFieldName()
int
hashCode()
RuleViolation.RuleViolationBuilder
toBuilder()
String
toString()
-
-
-
Method Detail
-
builder
public static RuleViolation.RuleViolationBuilder builder()
-
toBuilder
public RuleViolation.RuleViolationBuilder toBuilder()
-
getFieldName
public String getFieldName()
-
getErrorId
public String getErrorId()
-
-