Package me.datafox.dfxengine.injector.exception
package me.datafox.dfxengine.injector.exception
-
Exception ClassesClassDescriptionAn exception that is thrown when there are cyclic dependencies with
Components.An exception that is thrown when anEventHandlermethod does not have exactly one parameter.An exception that is thrown when a field annotated withInjectisfinal.An exception that is thrown when an unresolvable array is encountered.An exception that is thrown when aComponentdepends on a single other Component or if a single Component has been requested from theInjectorImplbut multiple are present that have the same lowestComponent.order().An exception that is thrown when aComponenthas dependencies that have not been registered, or if a single Component is requested from theInjectorImpland none are present.An exception that is thrown whenInjector.invokeEvent(Object)is called with an object that has type parameters but does not implementParametricEvent.An exception that is thrown when aComponentor any of its dependencies have an unresolved or unknown type.