From cee53b021632c95f1b4882664a31ca639a9b0700 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Sun, 20 Mar 2011 16:38:51 +0000 Subject: Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code. --- .../exceptions/class-use/LoadFailureException.html | 226 +++++++++++++++++++++ .../class-use/UICreationFailureException.html | 4 +- 2 files changed, 228 insertions(+), 2 deletions(-) create mode 100644 doc/uk/org/ury/frontend/exceptions/class-use/LoadFailureException.html (limited to 'doc/uk/org/ury/frontend/exceptions/class-use') diff --git a/doc/uk/org/ury/frontend/exceptions/class-use/LoadFailureException.html b/doc/uk/org/ury/frontend/exceptions/class-use/LoadFailureException.html new file mode 100644 index 0000000..2434645 --- /dev/null +++ b/doc/uk/org/ury/frontend/exceptions/class-use/LoadFailureException.html @@ -0,0 +1,226 @@ + + + + + + +Uses of Class uk.org.ury.frontend.exceptions.LoadFailureException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

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

+
+ + + + + + + + + +
+Packages that use LoadFailureException
uk.org.ury.frontend  
+  +

+ + + + + +
+Uses of LoadFailureException in uk.org.ury.frontend
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in uk.org.ury.frontend that throw LoadFailureException
+ voidFrontendApplet.loadModule(java.lang.String moduleName) + +
+          Load a module into the frontend frame.
+ voidFrontendFrame.loadModule(java.lang.String moduleName) + +
+          Load a module into the frontend frame.
+ voidFrontendMaster.loadModule(java.lang.String moduleName) + +
+          Load a module into the frontend frame.
+ voidFrontendApplet.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.
+ voidFrontendFrame.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.
+ voidFrontendMaster.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.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/uk/org/ury/frontend/exceptions/class-use/UICreationFailureException.html b/doc/uk/org/ury/frontend/exceptions/class-use/UICreationFailureException.html index 1894d11..ea8a2fa 100644 --- a/doc/uk/org/ury/frontend/exceptions/class-use/UICreationFailureException.html +++ b/doc/uk/org/ury/frontend/exceptions/class-use/UICreationFailureException.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.exceptions.UICreationFailureException - + -- cgit v1.2.3