public final class RxJavaAssemblyException extends RuntimeException
| Constructor and Description |
|---|
RxJavaAssemblyException() |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
appendLast(Throwable ex)
Try appending this RxJavaAssemblyException as the very last cause of
the given throwable.
|
static String |
buildStackTrace() |
Throwable |
fillInStackTrace() |
static RxJavaAssemblyException |
find(Throwable ex)
Tries to locate the RxJavaAssemblyException in the chain of causes of the
given Throwable.
|
String |
getMessage() |
String |
stacktrace()
Returns the captured and filtered stacktrace.
|
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static String buildStackTrace()
public String stacktrace()
public Throwable fillInStackTrace()
fillInStackTrace in class Throwablepublic Throwable appendLast(Throwable ex)
ex - the Throwable to append topublic static RxJavaAssemblyException find(Throwable ex)
ex - the Throwable to start scanningpublic String getMessage()
getMessage in class Throwable