Class DependencyInjectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.panda_lang.utilities.inject.DependencyInjectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingBindException

public class DependencyInjectionException extends RuntimeException
General injector exception thrown when something went wrong during the dependency injection or inside injected method/constructor
See Also: