Class MultipleDependenciesPresentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.datafox.dfxengine.injector.exception.MultipleDependenciesPresentException
All Implemented Interfaces:
Serializable

public class MultipleDependenciesPresentException extends RuntimeException
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 Details

    • MultipleDependenciesPresentException

      public MultipleDependenciesPresentException(String message)