public class IdInterfaceExceptions extends RuntimeException
| Constructor and Description |
|---|
IdInterfaceExceptions(Class<?> idInterface) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(IdInterfaceException e) |
int |
getCount()
Returns the number of exceptions aggregated in this exception.
|
Collection<IdInterfaceException> |
getExceptions()
Returns a list of the
IdInterfaceExceptions aggregated within. |
String |
getIdInterfaceName() |
String |
getMessage() |
Collection<String> |
getMessages()
Returns a list of the
IdInterfaceException messages aggregated within. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IdInterfaceExceptions(Class<?> idInterface)
public void add(IdInterfaceException e)
public Collection<IdInterfaceException> getExceptions()
IdInterfaceExceptions aggregated within.public Collection<String> getMessages()
IdInterfaceException messages aggregated within.public int getCount()
public String getMessage()
getMessage in class Throwablepublic String getIdInterfaceName()
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.