public class AbstractMultiCauseException extends GradleException implements MultiCauseException
| Constructor and Description |
|---|
AbstractMultiCauseException(String message) |
AbstractMultiCauseException(String message,
Iterable<? extends Throwable> causes) |
AbstractMultiCauseException(String message,
Throwable... causes) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
List<? extends Throwable> |
getCauses() |
Throwable |
initCause(Throwable throwable) |
void |
initCauses(Iterable<? extends Throwable> causes) |
void |
printStackTrace(PrintStream printStream) |
void |
printStackTrace(PrintWriter printWriter) |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, setStackTrace, toStringpublic AbstractMultiCauseException(String message)
public List<? extends Throwable> getCauses()
getCauses in interface MultiCauseExceptionpublic void printStackTrace(PrintStream printStream)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter printWriter)
printStackTrace in class ThrowableCopyright © 2013. All rights reserved