Class RxJavaAssemblyException

    • Constructor Detail

      • RxJavaAssemblyException

        public RxJavaAssemblyException()
    • Method Detail

      • buildStackTrace

        public static String buildStackTrace()
      • stacktrace

        public String stacktrace()
        Returns the captured and filtered stacktrace.
        Returns:
        the captured and filtered stacktrace
      • appendLast

        public Throwable appendLast​(Throwable ex)
        Try appending this RxJavaAssemblyException as the very last cause of the given throwable.
        Parameters:
        ex - the Throwable to append to
        Returns:
        ex
      • find

        public static RxJavaAssemblyException find​(Throwable ex)
        Tries to locate the RxJavaAssemblyException in the chain of causes of the given Throwable.
        Parameters:
        ex - the Throwable to start scanning
        Returns:
        the RxJavaAssemblyException found or null