public static class OnErrorThrowable.OnNextValue
extends java.lang.RuntimeException
Constructor and Description |
---|
OnNextValue(java.lang.Object value)
Create an
OnNextValue exception and include in its error message a string representation of
the item that was intended to be emitted at the time the exception was handled. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue()
Retrieve the item that the Observable was trying to emit at the time this exception occurred.
|
public OnNextValue(java.lang.Object value)
OnNextValue
exception and include in its error message a string representation of
the item that was intended to be emitted at the time the exception was handled.value
- the item that the Observable was trying to emit at the time of the exception