Package dagger.android
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:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString