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, setStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
private static final long serialVersionUID
private final LinkedList<Throwable> exceptions
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter writer)
printStackTrace
in class Throwable