public class AccumulatedException extends Throwable implements Iterable<Throwable>
| Modifier and Type | Field and Description |
|---|---|
private LinkedList<Throwable> |
exceptions |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
AccumulatedException(Iterable<Throwable> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Throwable> |
iterator() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter writer) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTraceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprivate static final long serialVersionUID
private final LinkedList<Throwable> exceptions
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter writer)
printStackTrace in class Throwable