public static class OnErrorThrowable.OnNextValue extends RuntimeException
Constructor and Description |
---|
OnErrorThrowable.OnNextValue(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 |
---|---|
Object |
getValue()
Retrieve the item that the Observable was trying to emit at the time this exception occurred.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OnErrorThrowable.OnNextValue(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 exceptionpublic Object getValue()
Copyright © 2015. All Rights Reserved.