Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • e

        final java.lang.Throwable e
    • Constructor Detail

      • OnErrorSentinel

        public OnErrorSentinel​(java.lang.Throwable e)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object