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 interface  ValidationError.Validatable  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    ERROR_CODE errorCode  
  • Constructor Summary

    Constructors 
    Constructor Description
    ValidationError​(ERROR_CODE err)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait