Silk DI 0.6


Uses of Class
se.jbee.inject.DIRuntimeException

Packages that use DIRuntimeException
se.jbee.inject   
 

Uses of DIRuntimeException in se.jbee.inject
 

Subclasses of DIRuntimeException in se.jbee.inject
static class DIRuntimeException.DependencyCycleException
          A dependency cycle so that injection is not possible.
static class DIRuntimeException.MoreFrequentExpiryException
          It has been tried to inject a shorter living instance into one that will most likely outlive the injected one.
static class DIRuntimeException.NoSuchFunctionException
          A method has been described by its return and Parameter Types (e.g. for use as factory or service) but such a method cannot be found.
static class DIRuntimeException.NoSuchResourceException
          An Injector couldn't find a Resource that matches a Dependency to resolve.
 


Silk DI 0.6