Class MultipleDependenciesPresentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.datafox.dfxengine.injector.exception.MultipleDependenciesPresentException
- All Implemented Interfaces:
Serializable
An exception that is thrown when a
Component
depends on a single other Component or if a single Component has
been requested from the InjectorImpl
but multiple are present that have the same lowest
Component.order()
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultipleDependenciesPresentException
-