Package rx.internal.operators
Class NotificationLite.OnErrorSentinel
- java.lang.Object
-
- rx.internal.operators.NotificationLite.OnErrorSentinel
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- NotificationLite<T>
static final class NotificationLite.OnErrorSentinel extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Throwable
e
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description OnErrorSentinel(java.lang.Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
e
final java.lang.Throwable e
-
-