Uses of Class
de.dfki.lt.hog.exceptions.NoSuchModuleException

Packages that use NoSuchModuleException
de.dfki.lt.hog   
 

Uses of NoSuchModuleException in de.dfki.lt.hog
 

Methods in de.dfki.lt.hog that throw NoSuchModuleException
 Module Registry.retrieveModuleViaClass(java.lang.String aModClass)
          This retrieves the Module that is an instance of the class with name aModClass.
 Module Registry.retrieveModuleViaName(java.lang.String aModName)
          This retrieves the Module stored under the module name aModName.