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 Library.getModule(String ref)
          Return a named module.
 Module Module.getModule(String ref)
          Return a module using a supplied reference.
 

Uses of ModuleNotFoundException in net.dpml.library.impl
 

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