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 anEventHandler
method does not have exactly one parameter.An exception that is thrown when a field annotated withInject
isfinal
.An exception that is thrown when an unresolvable array is encountered.An exception that is thrown when aComponent
depends on a single other Component or if a single Component has been requested from theInjectorImpl
but multiple are present that have the same lowestComponent.order()
.An exception that is thrown when aComponent
has dependencies that have not been registered, or if a single Component is requested from theInjectorImpl
and 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 aComponent
or any of its dependencies have an unresolved or unknown type.