Uses of Class
jef.injection.exception.InjectionException

Packages that use InjectionException
jef.injection   
jef.injection.impl   
 

Uses of InjectionException in jef.injection
 

Methods in jef.injection that throw InjectionException
 void Injector.inject(Dna dstDna, DisconnectedMethod dm)
          This method injects a disconnected method into a destination DNA.
 

Uses of InjectionException in jef.injection.impl
 

Methods in jef.injection.impl that throw InjectionException
 void DefaultInjector.inject(Dna dstDna, DisconnectedMethod dm)