diff options
author | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-20 16:38:51 +0000 |
---|---|---|
committer | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-20 16:38:51 +0000 |
commit | cee53b021632c95f1b4882664a31ca639a9b0700 (patch) | |
tree | 436215d8d67a659f20ca6d911bc4e9b7a23a4675 /doc/uk/org/ury/frontend/exceptions/package-summary.html | |
parent | 0a4133a08038b1d867a78be20dd6afafbd0b09d1 (diff) |
Rewrite of server to use HttpCore example code; beginning of code reformat from GNU style to Java conventions. Code now includes Apache license code.
Diffstat (limited to 'doc/uk/org/ury/frontend/exceptions/package-summary.html')
-rw-r--r-- | doc/uk/org/ury/frontend/exceptions/package-summary.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/uk/org/ury/frontend/exceptions/package-summary.html b/doc/uk/org/ury/frontend/exceptions/package-summary.html index 500b08c..2127de2 100644 --- a/doc/uk/org/ury/frontend/exceptions/package-summary.html +++ b/doc/uk/org/ury/frontend/exceptions/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_22) on Tue Mar 15 10:21:53 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:37 GMT 2011 --> <TITLE> uk.org.ury.frontend.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-15"> +<META NAME="date" CONTENT="2011-03-20"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -89,6 +89,10 @@ Package uk.org.ury.frontend.exceptions <B>Exception Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/frontend/exceptions/LoadFailureException.html" title="class in uk.org.ury.frontend.exceptions">LoadFailureException</A></B></TD> +<TD>Exception thrown when the loading of a new frontend module fails.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/frontend/exceptions/UICreationFailureException.html" title="class in uk.org.ury.frontend.exceptions">UICreationFailureException</A></B></TD> <TD>Exception thrown when the creation of a UI element fails.</TD> </TR> |