Class MissingImplementationError<T>

    • Field Detail

      • key

        private final Key<T> key
      • suggestions

        private final com.google.common.collect.ImmutableList<java.lang.String> suggestions
    • Constructor Detail

      • MissingImplementationError

        public MissingImplementationError​(Key<T> key,
                                          Injector injector,
                                          java.util.List<java.lang.Object> sources)
      • MissingImplementationError

        private MissingImplementationError​(Key<T> key,
                                           com.google.common.collect.ImmutableList<java.lang.String> suggestions,
                                           java.util.List<java.lang.Object> sources)