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. --- .../frontend/exceptions/LoadFailureException.html | 268 +++++++++++++++++++++ 1 file changed, 268 insertions(+) create mode 100644 doc/uk/org/ury/frontend/exceptions/LoadFailureException.html (limited to 'doc/uk/org/ury/frontend/exceptions/LoadFailureException.html') diff --git a/doc/uk/org/ury/frontend/exceptions/LoadFailureException.html b/doc/uk/org/ury/frontend/exceptions/LoadFailureException.html new file mode 100644 index 0000000..33acf70 --- /dev/null +++ b/doc/uk/org/ury/frontend/exceptions/LoadFailureException.html @@ -0,0 +1,268 @@ + + + + + + +LoadFailureException + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by uk.org.ury.frontend.exceptions.LoadFailureException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class LoadFailureException
extends java.lang.Exception
+ + +

+Exception thrown when the loading of a new frontend module fails. +

+ +

+

+
Author:
+
Matt Windsor
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
LoadFailureException() + +
+          Construct a new LoadFailureException with a + default reason.
LoadFailureException(java.lang.String reason) + +
+          Construct a new LoadFailureException.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+LoadFailureException

+
+public LoadFailureException()
+
+
Construct a new LoadFailureException with a + default reason. +

+

+
+ +

+LoadFailureException

+
+public LoadFailureException(java.lang.String reason)
+
+
Construct a new LoadFailureException. +

+

+
Parameters:
reason - The explanation for the exception.
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3