Uses of Class
uk.org.ury.frontend.exceptions.LoadFailureException

Packages that use LoadFailureException
uk.org.ury.frontend The URY reference frontend implementation. 
 

Uses of LoadFailureException in uk.org.ury.frontend
 

Methods in uk.org.ury.frontend that throw LoadFailureException
 void FrontendApplet.loadModule(java.lang.String moduleName)
          Load a module into the frontend frame.
 void FrontendFrame.loadModule(java.lang.String moduleName)
          Load a module into the frontend frame.
 void FrontendMaster.loadModule(java.lang.String moduleName)
          Load a module into the frontend frame.
 void FrontendApplet.loadModule(java.lang.String moduleName, java.lang.String cPanelName)
          Load a module into the frontend frame, additionally installing a control panel to communicate with the previous module.
 void FrontendFrame.loadModule(java.lang.String moduleName, java.lang.String cPanelName)
          Load a module into the frontend frame, additionally installing a control panel to communicate with the previous module.
 void FrontendMaster.loadModule(java.lang.String moduleName, java.lang.String cPanelName)
          Load a module into the frontend frame, additionally installing a control panel to communicate with the previous module.