Class OnSubscribeNotCalledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- hu.akarnokd.rxjava3.debug.validator.ProtocolNonConformanceException
-
- hu.akarnokd.rxjava3.debug.validator.OnSubscribeNotCalledException
-
- All Implemented Interfaces:
Serializable
public final class OnSubscribeNotCalledException extends ProtocolNonConformanceException
TheonSubscribewas not called before callingonNext,onSuccess,onErrororonComplete.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OnSubscribeNotCalledException()OnSubscribeNotCalledException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OnSubscribeNotCalledException
public OnSubscribeNotCalledException()
-
OnSubscribeNotCalledException
public OnSubscribeNotCalledException(Throwable cause)
-
-