org.eclipse.jgit.errors
public class CompoundException extends java.lang.Exception
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 |
---|---|
java.util.List<java.lang.Throwable> |
getAllCauses()
Get the complete list of reasons why this failure happened.
|
Copyright © 2014. All Rights Reserved.