Uses of Class
net.dpml.library.ModuleNotFoundException

Packages that use ModuleNotFoundException
net.dpml.library Library interfaces. 
net.dpml.library.impl Implementation of the project library supporting module, project and resource managment. 
 

Uses of ModuleNotFoundException in net.dpml.library
 

Methods in net.dpml.library that throw ModuleNotFoundException
 Module Module.getModule(String ref)
          Return a module using a supplied reference.
 Module Library.getModule(String ref)
          Return a named module.
 

Uses of ModuleNotFoundException in net.dpml.library.impl
 

Methods in net.dpml.library.impl that throw ModuleNotFoundException
 Module DefaultModule.getModule(String ref)
          Return a module using a supplied reference.
 Module DefaultLibrary.getModule(String ref)
          Return a named module.