Class UnrecoverableIncomingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnrecoverableIncomingException
    extends java.lang.RuntimeException
    Used to indicate that an RxMobiusLoop transformer has received an Observer.onError(Throwable) call, which is illegal. This exception means Mobius is in an undefined state and should be considered a fatal programmer error. Do not try to handle this exception in your code, ensure it never gets thrown.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnrecoverableIncomingException

        public UnrecoverableIncomingException​(java.lang.Throwable throwable)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object