Package io.moov.sdk.models.errors
Class RepresentativeValidationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.moov.sdk.models.errors.RepresentativeValidationError
-
- All Implemented Interfaces:
java.io.Serializable
public class RepresentativeValidationError extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRepresentativeValidationError.Builder
-
Constructor Summary
Constructors Constructor Description RepresentativeValidationError(Error error)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RepresentativeValidationError.Builderbuilder()booleanequals(java.lang.Object o)Errorerror()inthashCode()java.lang.StringtoString()RepresentativeValidationErrorwithError(Error error)
-
-
-
Constructor Detail
-
RepresentativeValidationError
public RepresentativeValidationError(Error error)
-
-
Method Detail
-
error
public Error error()
-
builder
public static RepresentativeValidationError.Builder builder()
-
withError
public RepresentativeValidationError withError(Error error)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Throwable
-
-