Package com.spotify.mobius.rx
Class UnknownEffectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.spotify.mobius.rx.UnknownEffectException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownEffectException extends java.lang.RuntimeExceptionIndicates that aMobiusEffectRouterhas received an effect that it hasn't received configuration for. This is a programmer error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownEffectException(java.lang.Object effect)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-