Class ValidationError
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.fredriksonsound.iot_backoffice_auth.model.ValidationError
- All Implemented Interfaces:
java.io.Serializable
public class ValidationError
extends java.lang.Exception
ValidationError instances represent an error in user submitted data
See
ERROR_CODE enum.- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceValidationError.Validatable -
Field Summary
Fields Modifier and Type Field Description ERROR_CODEerrorCode -
Constructor Summary
Constructors Constructor Description ValidationError(ERROR_CODE err) -
Method Summary