Uses of Class
com.intellij.openapi.components.LoadCancelledException

Packages that use LoadCancelledException
com.intellij.openapi.module Provides interfaces for working with modules, module types and implementing module-level components. 
 

Uses of LoadCancelledException in com.intellij.openapi.module
 

Methods in com.intellij.openapi.module that throw LoadCancelledException
abstract  Module ModuleManager.loadModule(java.lang.String filePath)
          Loads a module from an .iml file with the specified path and adds it to the project.
 Module ModifiableModuleModel.loadModule(java.lang.String filePath)
          Loads a module from an .iml file with the specified path and adds it to the project.
abstract  Module ModuleManager.newModule(java.lang.String filePath)
          Creates a Java module at the specified path and adds it to the project to which the module manager is related.
 Module ModifiableModuleModel.newModule(java.lang.String filePath)
          Creates a Java module at the specified path and adds it to the project to which the module manager is related.
abstract  Module ModuleManager.newModule(java.lang.String filePath, ModuleType moduleType)
          Creates a module of the specified type at the specified path and adds it to the project to which the module manager is related.
 Module ModifiableModuleModel.newModule(java.lang.String filePath, ModuleType moduleType)
          Creates a module of the specified type at the specified path and adds it to the project to which the module manager is related.