Class NoDependenciesPresentException

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

public class NoDependenciesPresentException extends RuntimeException
An exception that is thrown when a Component has dependencies that have not been registered, or if a single Component is requested from the InjectorImpl and none are present.
See Also:
  • Constructor Details

    • NoDependenciesPresentException

      public NoDependenciesPresentException(String message)