Class DispatchingAndroidInjector.InvalidInjectorBindingException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    DispatchingAndroidInjector<T>

    @Beta
    public static final class DispatchingAndroidInjector.InvalidInjectorBindingException
    extends java.lang.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait