Class ValidationErrorsException

  • All Implemented Interfaces:
    Serializable, Iterable<String>

    public class ValidationErrorsException
    extends Exception
    implements Iterable<String>
    Used to represent all errors in validating an object. This exception contains a list of validation error Strings, This kind of exception has no message or cause throwable; all such information is in the individual validation error Strings.
    See Also:
    Serialized Form
    • Constructor Detail

      • ValidationErrorsException

        public ValidationErrorsException()
      • ValidationErrorsException

        public ValidationErrorsException​(String firstError)