Class DispatchingAndroidInjector.InvalidInjectorBindingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dagger.android.DispatchingAndroidInjector.InvalidInjectorBindingException
All Implemented Interfaces:
Serializable
Enclosing class:
DispatchingAndroidInjector<T>

@Beta public static final class DispatchingAndroidInjector.InvalidInjectorBindingException extends RuntimeException
Exception thrown if an incorrect binding is made for a AndroidInjector.Factory. If you see this exception, make sure the value in your @ActivityKey(YourActivity.class) or @FragmentKey(YourFragment.class) matches the type argument of the injector factory.
See Also: