diff options
author | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-21 20:40:57 +0000 |
---|---|---|
committer | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-21 20:40:57 +0000 |
commit | 2d073129857a42ab4195cd433c8be152e357033f (patch) | |
tree | 967a4bbd1989df9847539a4c4c28e0ca6a79a453 /doc/uk/org/ury/server/exceptions/package-use.html | |
parent | 0645ec66e1618ce4b52e56212c79196dd7c5c608 (diff) |
Documentation refresh; ResourceBundle in ShowUtils; probably some format pokery.
Diffstat (limited to 'doc/uk/org/ury/server/exceptions/package-use.html')
-rw-r--r-- | doc/uk/org/ury/server/exceptions/package-use.html | 41 |
1 files changed, 38 insertions, 3 deletions
diff --git a/doc/uk/org/ury/server/exceptions/package-use.html b/doc/uk/org/ury/server/exceptions/package-use.html index 44ad46a..e3b1724 100644 --- a/doc/uk/org/ury/server/exceptions/package-use.html +++ b/doc/uk/org/ury/server/exceptions/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 17:00:03 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.server.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-20"> +<META NAME="date" CONTENT="2011-03-21"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -95,7 +95,7 @@ Packages that use <A HREF="../../../../../uk/org/ury/server/exceptions/package-s </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#uk.org.ury.server"><B>uk.org.ury.server</B></A></TD> -<TD> </TD> +<TD>The URY Server kernel. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#uk.org.ury.server.exceptions"><B>uk.org.ury.server.exceptions</B></A></TD> @@ -111,12 +111,47 @@ Packages that use <A HREF="../../../../../uk/org/ury/server/exceptions/package-s Classes in <A HREF="../../../../../uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A> used by <A HREF="../../../../../uk/org/ury/library/package-summary.html">uk.org.ury.library</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/server/exceptions/class-use/BadRequestException.html#uk.org.ury.library"><B>BadRequestException</B></A></B> + +<BR> + Exception thrown when the server meets a malformed request, or + part of one.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../uk/org/ury/server/exceptions/class-use/HandleFailureException.html#uk.org.ury.library"><B>HandleFailureException</B></A></B> <BR> Generic exception thrown when a server request handler fails to handle a request.</TD> </TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/server/exceptions/class-use/HandlerNotFoundException.html#uk.org.ury.library"><B>HandlerNotFoundException</B></A></B> + +<BR> + Exception thrown when the server request handler requested + by the client is not * found in the class space.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/server/exceptions/class-use/HandlerSetupFailureException.html#uk.org.ury.library"><B>HandlerSetupFailureException</B></A></B> + +<BR> + Exception thrown when the server request handler requested + by the client cannot be set up to process the request.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/server/exceptions/class-use/NotAHandlerException.html#uk.org.ury.library"><B>NotAHandlerException</B></A></B> + +<BR> + Exception thrown if the class requested as a handler by the client + is, in fact, not a handler (it does not implement RequestHandler).</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../uk/org/ury/server/exceptions/class-use/UnknownFunctionException.html#uk.org.ury.library"><B>UnknownFunctionException</B></A></B> + +<BR> + Exception thrown when a handler receives a request for a path that does not + correspond to one of its functions.</TD> +</TR> </TABLE> <P> |