public class EQEntityException extends EQException
| Constructor and Description |
|---|
EQEntityException(Collection<EQError> errors) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EQError> |
getErrors() |
String |
getMessage()
Returns the detail message string of this throwable.
|
void |
setErrors(Collection<EQError> errors) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EQEntityException(Collection<EQError> errors)
public Collection<EQError> getErrors()
public void setErrors(Collection<EQError> errors)
public String getMessage()
getMessage in class ThrowableThrowable instance
(which may be null).Copyright © 2014 Equilibrium. All rights reserved.