public final class RxJavaAssemblyException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
RxJavaAssemblyException() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
appendLast(java.lang.Throwable ex)
Try appending this RxJavaAssemblyException as the very last cause of
the given throwable.
|
static java.lang.String |
buildStackTrace() |
java.lang.Throwable |
fillInStackTrace() |
static RxJavaAssemblyException |
find(java.lang.Throwable ex)
Tries to locate the RxJavaAssemblyException in the chain of causes of the
given Throwable.
|
java.lang.String |
stacktrace()
Returns the captured and filtered stacktrace.
|
public static java.lang.String buildStackTrace()
public java.lang.String stacktrace()
public java.lang.Throwable fillInStackTrace()
fillInStackTrace in class java.lang.Throwablepublic java.lang.Throwable appendLast(java.lang.Throwable ex)
ex - the Throwable to append topublic static RxJavaAssemblyException find(java.lang.Throwable ex)
ex - the Throwable to start scanning