Package com.spotify.mobius.rx
Class UnrecoverableIncomingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.spotify.mobius.rx.UnrecoverableIncomingException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnrecoverableIncomingException extends java.lang.RuntimeExceptionUsed to indicate that anRxMobiusLooptransformer has received anObserver.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
-
-
Constructor Summary
Constructors Constructor Description UnrecoverableIncomingException(java.lang.Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-