public class OnErrorThrowable
extends java.lang.RuntimeException
| Modifier and Type | Class and Description | 
|---|---|
| static class  | OnErrorThrowable.OnNextValue | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.lang.Throwable | addValueAsLastCause(java.lang.Throwable e,
                   java.lang.Object value)Adds the given value as the final cause of the given Throwable wrapped in OnNextValue RuntimeException.. | 
| static OnErrorThrowable | from(java.lang.Throwable t) | 
| java.lang.Object | getValue() | 
| boolean | isValueNull() | 
public java.lang.Object getValue()
public boolean isValueNull()
public static OnErrorThrowable from(java.lang.Throwable t)
public static java.lang.Throwable addValueAsLastCause(java.lang.Throwable e,
                                      java.lang.Object value)
e - value -