Package org.eclipse.jgit.errors
Class CompoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.errors.CompoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class CompoundException extends java.lang.Exception
An exception detailing multiple reasons for failure.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompoundException(java.util.Collection<java.lang.Throwable> why)
Constructs an exception detailing many potential reasons for failure.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Throwable>
getAllCauses()
Get the complete list of reasons why this failure happened.
-