public class ValidationErrorsException extends Exception implements Iterable<String>
| Constructor and Description | 
|---|
ValidationErrorsException()  | 
ValidationErrorsException(String firstError)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(String error)  | 
protected ArrayList<String> | 
getLazilyCreatedExceptionsList()  | 
String | 
getMessage()  | 
boolean | 
isEmpty()  | 
Iterator<String> | 
iterator()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ValidationErrorsException()
public ValidationErrorsException(String firstError)
public boolean isEmpty()
public void add(String error)
public String getMessage()
getMessage in class ThrowableCopyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.