JBoss Modules 1.1.2.GA

Uses of Class
org.jboss.modules.ModuleLoadException

Packages that use ModuleLoadException
org.jboss.modules The primary JBoss Modules API. 
 

Uses of ModuleLoadException in org.jboss.modules
 

Subclasses of ModuleLoadException in org.jboss.modules
 class ModuleNotFoundException
          Module not found exceptions are thrown when no module loaders can locate a module which fulfills a given module identifier.
 

Methods in org.jboss.modules that return ModuleLoadException
 ModuleLoadException ModuleLoadError.toException()
          Convert to a checked exception type.
 

Methods in org.jboss.modules that throw ModuleLoadException
protected  ModuleSpec ClassifyingModuleLoader.findModule(ModuleIdentifier moduleIdentifier)
          Find a Module's specification in this ModuleLoader by its identifier.
protected  ModuleSpec LocalModuleLoader.findModule(ModuleIdentifier moduleIdentifier)
          Find a Module's specification in this ModuleLoader by its identifier.
protected abstract  ModuleSpec ModuleLoader.findModule(ModuleIdentifier moduleIdentifier)
          Find a Module's specification in this ModuleLoader by its identifier.
 Module Module.getModule(ModuleIdentifier identifier)
          Get the module with the given identifier from the module loader used by this module.
static Module Module.getModuleFromCallerModuleLoader(ModuleIdentifier identifier)
          Get a module from the current module loader.
static Class<?> Module.loadClassFromBootModuleLoader(ModuleIdentifier moduleIdentifier, String className)
          Load a class from a module in the system module loader.
static Class<?> Module.loadClassFromCallerModuleLoader(ModuleIdentifier moduleIdentifier, String className)
          Load a class from a module in the caller's module loader.
 Module ModuleLoader.loadModule(ModuleIdentifier identifier)
          Load a module based on an identifier.
protected  Module ModuleLoader.loadModuleLocal(ModuleIdentifier identifier)
          Try to load a module from this module loader.
static
<S> ServiceLoader<S>
Module.loadServiceFromCallerModuleLoader(ModuleIdentifier identifier, Class<S> serviceType)
          Load a service loader from a module in the caller's module loader.
protected  Module ModuleLoader.preloadExportedModule(ModuleIdentifier identifier)
          Preload an "exported" module based on an identifier.
protected  Module ClassifyingModuleLoader.preloadModule(ModuleIdentifier moduleIdentifier)
          Preload a module based on an identifier.
protected  Module LocalModuleLoader.preloadModule(ModuleIdentifier identifier)
          Preload a module based on an identifier.
protected  Module ModuleLoader.preloadModule(ModuleIdentifier identifier)
          Preload a module based on an identifier.
protected static Module ModuleLoader.preloadModule(ModuleIdentifier identifier, ModuleLoader moduleLoader)
          Utility method to delegate to another module loader, accessible from subclasses.
protected  void ModuleLoader.relink(Module module)
          Relinks the dependencies associated with the specified Module.
protected  void ModuleLoader.setAndRelinkDependencies(Module module, List<DependencySpec> dependencies)
          Replaces the dependencies for the specified module and relinks against the new modules This is an advanced method that should be used carefully, since it alters a live module.
 


JBoss Modules 1.1.2.GA

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.