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. --- doc/uk/org/ury/server/exceptions/package-use.html | 238 ++++++++++++++++++++++ 1 file changed, 238 insertions(+) create mode 100644 doc/uk/org/ury/server/exceptions/package-use.html (limited to 'doc/uk/org/ury/server/exceptions/package-use.html') diff --git a/doc/uk/org/ury/server/exceptions/package-use.html b/doc/uk/org/ury/server/exceptions/package-use.html new file mode 100644 index 0000000..44ad46a --- /dev/null +++ b/doc/uk/org/ury/server/exceptions/package-use.html @@ -0,0 +1,238 @@ + + + + + + +Uses of Package uk.org.ury.server.exceptions + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
uk.org.ury.server.exceptions

+
+ + + + + + + + + + + + + + + + + +
+Packages that use uk.org.ury.server.exceptions
uk.org.ury.library  
uk.org.ury.server  
uk.org.ury.server.exceptions  
+  +

+ + + + + + + + +
+Classes in uk.org.ury.server.exceptions used by uk.org.ury.library
HandleFailureException + +
+          Generic exception thrown when a server request handler fails to + handle a request.
+  +

+ + + + + + + + + + + + + + + + + + + + +
+Classes in uk.org.ury.server.exceptions used by uk.org.ury.server
BadRequestException + +
+          Exception thrown when the server meets a malformed request, or + part of one.
HandleFailureException + +
+          Generic exception thrown when a server request handler fails to + handle a request.
HandlerNotFoundException + +
+          Exception thrown when the server request handler requested + by the client is not * found in the class space.
HandlerSetupFailureException + +
+          Exception thrown when the server request handler requested + by the client cannot be set up to process the request.
NotAHandlerException + +
+          Exception thrown if the class requested as a handler by the client + is, in fact, not a handler (it does not implement RequestHandler).
+  +

+ + + + + + + + +
+Classes in uk.org.ury.server.exceptions used by uk.org.ury.server.exceptions
HandlingException + +
+          Generic exception thrown when the server cannot handle a request.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3