public class BundledRuntimeException extends RuntimeException implements ThrowableList
| Constructor and Description |
|---|
BundledRuntimeException(String s,
ThrowableList previousThrowable) |
BundledRuntimeException(String s,
Throwable throwable,
ThrowableList previousThrowable) |
BundledRuntimeException(ThrowableList previousThrowable) |
BundledRuntimeException(Throwable throwable,
ThrowableList previousThrowable) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
current() |
Throwable |
previous() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BundledRuntimeException(ThrowableList previousThrowable)
public BundledRuntimeException(String s, ThrowableList previousThrowable)
public BundledRuntimeException(String s, Throwable throwable, ThrowableList previousThrowable)
public BundledRuntimeException(Throwable throwable, ThrowableList previousThrowable)
public Throwable previous()
previous in interface ThrowableListpublic Throwable current()
current in interface ThrowableListCopyright © 2014 LSST. All rights reserved.