public class CompoundException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.Throwable> |
causeList |
private static long |
serialVersionUID |
Constructor and Description |
---|
CompoundException(java.util.Collection<java.lang.Throwable> why)
Constructs an exception detailing many potential reasons for failure.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
format(java.util.Collection<java.lang.Throwable> causes) |
java.util.List<java.lang.Throwable> |
getAllCauses()
Get the complete list of reasons why this failure happened.
|
private static final long serialVersionUID
private final java.util.List<java.lang.Throwable> causeList