|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.jgit.errors.CompoundException
public class CompoundException
An exception detailing multiple reasons for failure.
| Constructor Summary | |
|---|---|
CompoundException(java.util.Collection<java.lang.Throwable> why)
Constructs an exception detailing many potential reasons for failure. |
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Throwable> |
getAllCauses()
Get the complete list of reasons why this failure happened. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompoundException(java.util.Collection<java.lang.Throwable> why)
why - Two or more exceptions that may have been the problem.| Method Detail |
|---|
public java.util.List<java.lang.Throwable> getAllCauses()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||