a whole bunch of stuff
[ephemerata.git] / KezvhLib / lib / org.apache.commons.collections / apidocs / org / apache / commons / collections / FunctorException.html
blob372ec9a4658d1bd0a274b6f9961e050b804577bb
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by javadoc (build 1.5.0_07) on Fri Apr 11 15:39:17 BST 2008 -->
6 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7 <TITLE>
8 FunctorException (Commons Collections 3.2.1 API)
9 </TITLE>
11 <META NAME="keywords" CONTENT="org.apache.commons.collections.FunctorException class">
13 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
15 <SCRIPT type="text/javascript">
16 function windowTitle()
18 parent.document.title="FunctorException (Commons Collections 3.2.1 API)";
20 </SCRIPT>
21 <NOSCRIPT>
22 </NOSCRIPT>
24 </HEAD>
26 <BODY BGCOLOR="white" onload="windowTitle();">
29 <!-- ========= START OF TOP NAVBAR ======= -->
30 <A NAME="navbar_top"><!-- --></A>
31 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
32 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
33 <TR>
34 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
35 <A NAME="navbar_top_firstrow"><!-- --></A>
36 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
37 <TR ALIGN="center" VALIGN="top">
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/FunctorException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
46 </TR>
47 </TABLE>
48 </TD>
49 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
50 </EM>
51 </TD>
52 </TR>
54 <TR>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 &nbsp;<A HREF="../../../../org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections"><B>PREV CLASS</B></A>&nbsp;
57 &nbsp;<A HREF="../../../../org/apache/commons/collections/HashBag.html" title="class in org.apache.commons.collections"><B>NEXT CLASS</B></A></FONT></TD>
58 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
59 <A HREF="../../../../index.html?org/apache/commons/collections/FunctorException.html" target="_top"><B>FRAMES</B></A> &nbsp;
60 &nbsp;<A HREF="FunctorException.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
61 &nbsp;<SCRIPT type="text/javascript">
62 <!--
63 if(window==top) {
64 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
66 //-->
67 </SCRIPT>
68 <NOSCRIPT>
69 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
70 </NOSCRIPT>
73 </FONT></TD>
74 </TR>
75 <TR>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
78 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
79 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
80 </TR>
81 </TABLE>
82 <A NAME="skip-navbar_top"></A>
83 <!-- ========= END OF TOP NAVBAR ========= -->
85 <HR>
86 <!-- ======== START OF CLASS DATA ======== -->
87 <H2>
88 <FONT SIZE="-1">
89 org.apache.commons.collections</FONT>
90 <BR>
91 Class FunctorException</H2>
92 <PRE>
93 java.lang.Object
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable
95 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception
96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by ">java.lang.RuntimeException
97 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.commons.collections.FunctorException</B>
98 </PRE>
99 <DL>
100 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
101 </DL>
102 <HR>
103 <DL>
104 <DT><PRE>public class <B>FunctorException</B><DT>extends java.lang.RuntimeException</DL>
105 </PRE>
108 Runtime exception thrown from functors.
109 If required, a root cause error can be wrapped within this one.
113 <DL>
114 <DT><B>Since:</B></DT>
115 <DD>Commons Collections 3.0</DD>
116 <DT><B>Version:</B></DT>
117 <DD>$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $</DD>
118 <DT><B>Author:</B></DT>
119 <DD>Stephen Colebourne</DD>
120 <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.commons.collections.FunctorException">Serialized Form</A></DL>
121 <HR>
125 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
127 <A NAME="constructor_summary"><!-- --></A>
128 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
129 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
130 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
131 <B>Constructor Summary</B></FONT></TH>
132 </TR>
133 <TR BGCOLOR="white" CLASS="TableRowColor">
134 <TD><CODE><B><A HREF="../../../../org/apache/commons/collections/FunctorException.html#FunctorException()">FunctorException</A></B>()</CODE>
136 <BR>
137 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new <code>FunctorException</code> without specified
138 detail message.</TD>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD><CODE><B><A HREF="../../../../org/apache/commons/collections/FunctorException.html#FunctorException(java.lang.String)">FunctorException</A></B>(java.lang.String&nbsp;msg)</CODE>
143 <BR>
144 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new <code>FunctorException</code> with specified
145 detail message.</TD>
146 </TR>
147 <TR BGCOLOR="white" CLASS="TableRowColor">
148 <TD><CODE><B><A HREF="../../../../org/apache/commons/collections/FunctorException.html#FunctorException(java.lang.String, java.lang.Throwable)">FunctorException</A></B>(java.lang.String&nbsp;msg,
149 java.lang.Throwable&nbsp;rootCause)</CODE>
151 <BR>
152 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new <code>FunctorException</code> with specified
153 detail message and nested <code>Throwable</code> root cause.</TD>
154 </TR>
155 <TR BGCOLOR="white" CLASS="TableRowColor">
156 <TD><CODE><B><A HREF="../../../../org/apache/commons/collections/FunctorException.html#FunctorException(java.lang.Throwable)">FunctorException</A></B>(java.lang.Throwable&nbsp;rootCause)</CODE>
158 <BR>
159 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new <code>FunctorException</code> with specified
160 nested <code>Throwable</code> root cause.</TD>
161 </TR>
162 </TABLE>
163 &nbsp;
164 <!-- ========== METHOD SUMMARY =========== -->
166 <A NAME="method_summary"><!-- --></A>
167 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
168 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
169 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
170 <B>Method Summary</B></FONT></TH>
171 </TR>
172 <TR BGCOLOR="white" CLASS="TableRowColor">
173 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
174 <CODE>&nbsp;java.lang.Throwable</CODE></FONT></TD>
175 <TD><CODE><B><A HREF="../../../../org/apache/commons/collections/FunctorException.html#getCause()">getCause</A></B>()</CODE>
177 <BR>
178 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the cause of this throwable.</TD>
179 </TR>
180 <TR BGCOLOR="white" CLASS="TableRowColor">
181 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
182 <CODE>&nbsp;void</CODE></FONT></TD>
183 <TD><CODE><B><A HREF="../../../../org/apache/commons/collections/FunctorException.html#printStackTrace()">printStackTrace</A></B>()</CODE>
185 <BR>
186 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Prints the stack trace of this exception to the standard error stream.</TD>
187 </TR>
188 <TR BGCOLOR="white" CLASS="TableRowColor">
189 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
190 <CODE>&nbsp;void</CODE></FONT></TD>
191 <TD><CODE><B><A HREF="../../../../org/apache/commons/collections/FunctorException.html#printStackTrace(java.io.PrintStream)">printStackTrace</A></B>(java.io.PrintStream&nbsp;out)</CODE>
193 <BR>
194 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Prints the stack trace of this exception to the specified stream.</TD>
195 </TR>
196 <TR BGCOLOR="white" CLASS="TableRowColor">
197 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
198 <CODE>&nbsp;void</CODE></FONT></TD>
199 <TD><CODE><B><A HREF="../../../../org/apache/commons/collections/FunctorException.html#printStackTrace(java.io.PrintWriter)">printStackTrace</A></B>(java.io.PrintWriter&nbsp;out)</CODE>
201 <BR>
202 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Prints the stack trace of this exception to the specified writer.</TD>
203 </TR>
204 </TABLE>
205 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
206 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
207 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
208 <TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH>
209 </TR>
210 <TR BGCOLOR="white" CLASS="TableRowColor">
211 <TD><CODE>fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString</CODE></TD>
212 </TR>
213 </TABLE>
214 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
215 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
216 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
217 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
218 </TR>
219 <TR BGCOLOR="white" CLASS="TableRowColor">
220 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
221 </TR>
222 </TABLE>
223 &nbsp;
226 <!-- ========= CONSTRUCTOR DETAIL ======== -->
228 <A NAME="constructor_detail"><!-- --></A>
229 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
230 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
231 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
232 <B>Constructor Detail</B></FONT></TH>
233 </TR>
234 </TABLE>
236 <A NAME="FunctorException()"><!-- --></A><H3>
237 FunctorException</H3>
238 <PRE>
239 public <B>FunctorException</B>()</PRE>
240 <DL>
241 <DD>Constructs a new <code>FunctorException</code> without specified
242 detail message.
244 </DL>
245 <HR>
247 <A NAME="FunctorException(java.lang.String)"><!-- --></A><H3>
248 FunctorException</H3>
249 <PRE>
250 public <B>FunctorException</B>(java.lang.String&nbsp;msg)</PRE>
251 <DL>
252 <DD>Constructs a new <code>FunctorException</code> with specified
253 detail message.
255 <DL>
256 <DT><B>Parameters:</B><DD><CODE>msg</CODE> - the error message.</DL>
257 </DL>
258 <HR>
260 <A NAME="FunctorException(java.lang.Throwable)"><!-- --></A><H3>
261 FunctorException</H3>
262 <PRE>
263 public <B>FunctorException</B>(java.lang.Throwable&nbsp;rootCause)</PRE>
264 <DL>
265 <DD>Constructs a new <code>FunctorException</code> with specified
266 nested <code>Throwable</code> root cause.
268 <DL>
269 <DT><B>Parameters:</B><DD><CODE>rootCause</CODE> - the exception or error that caused this exception
270 to be thrown.</DL>
271 </DL>
272 <HR>
274 <A NAME="FunctorException(java.lang.String, java.lang.Throwable)"><!-- --></A><H3>
275 FunctorException</H3>
276 <PRE>
277 public <B>FunctorException</B>(java.lang.String&nbsp;msg,
278 java.lang.Throwable&nbsp;rootCause)</PRE>
279 <DL>
280 <DD>Constructs a new <code>FunctorException</code> with specified
281 detail message and nested <code>Throwable</code> root cause.
283 <DL>
284 <DT><B>Parameters:</B><DD><CODE>msg</CODE> - the error message.<DD><CODE>rootCause</CODE> - the exception or error that caused this exception
285 to be thrown.</DL>
286 </DL>
288 <!-- ============ METHOD DETAIL ========== -->
290 <A NAME="method_detail"><!-- --></A>
291 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
292 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
293 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
294 <B>Method Detail</B></FONT></TH>
295 </TR>
296 </TABLE>
298 <A NAME="getCause()"><!-- --></A><H3>
299 getCause</H3>
300 <PRE>
301 public java.lang.Throwable <B>getCause</B>()</PRE>
302 <DL>
303 <DD>Gets the cause of this throwable.
305 <DD><DL>
306 <DT><B>Overrides:</B><DD><CODE>getCause</CODE> in class <CODE>java.lang.Throwable</CODE></DL>
307 </DD>
308 <DD><DL>
310 <DT><B>Returns:</B><DD>the cause of this throwable, or <code>null</code></DL>
311 </DD>
312 </DL>
313 <HR>
315 <A NAME="printStackTrace()"><!-- --></A><H3>
316 printStackTrace</H3>
317 <PRE>
318 public void <B>printStackTrace</B>()</PRE>
319 <DL>
320 <DD>Prints the stack trace of this exception to the standard error stream.
322 <DD><DL>
323 <DT><B>Overrides:</B><DD><CODE>printStackTrace</CODE> in class <CODE>java.lang.Throwable</CODE></DL>
324 </DD>
325 <DD><DL>
326 </DL>
327 </DD>
328 </DL>
329 <HR>
331 <A NAME="printStackTrace(java.io.PrintStream)"><!-- --></A><H3>
332 printStackTrace</H3>
333 <PRE>
334 public void <B>printStackTrace</B>(java.io.PrintStream&nbsp;out)</PRE>
335 <DL>
336 <DD>Prints the stack trace of this exception to the specified stream.
338 <DD><DL>
339 <DT><B>Overrides:</B><DD><CODE>printStackTrace</CODE> in class <CODE>java.lang.Throwable</CODE></DL>
340 </DD>
341 <DD><DL>
342 <DT><B>Parameters:</B><DD><CODE>out</CODE> - the <code>PrintStream</code> to use for output</DL>
343 </DD>
344 </DL>
345 <HR>
347 <A NAME="printStackTrace(java.io.PrintWriter)"><!-- --></A><H3>
348 printStackTrace</H3>
349 <PRE>
350 public void <B>printStackTrace</B>(java.io.PrintWriter&nbsp;out)</PRE>
351 <DL>
352 <DD>Prints the stack trace of this exception to the specified writer.
354 <DD><DL>
355 <DT><B>Overrides:</B><DD><CODE>printStackTrace</CODE> in class <CODE>java.lang.Throwable</CODE></DL>
356 </DD>
357 <DD><DL>
358 <DT><B>Parameters:</B><DD><CODE>out</CODE> - the <code>PrintWriter</code> to use for output</DL>
359 </DD>
360 </DL>
361 <!-- ========= END OF CLASS DATA ========= -->
362 <HR>
365 <!-- ======= START OF BOTTOM NAVBAR ====== -->
366 <A NAME="navbar_bottom"><!-- --></A>
367 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
368 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
369 <TR>
370 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
371 <A NAME="navbar_bottom_firstrow"><!-- --></A>
372 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
373 <TR ALIGN="center" VALIGN="top">
374 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
375 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
376 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
377 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/FunctorException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
378 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
379 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
380 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
381 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
382 </TR>
383 </TABLE>
384 </TD>
385 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
386 </EM>
387 </TD>
388 </TR>
390 <TR>
391 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
392 &nbsp;<A HREF="../../../../org/apache/commons/collections/FastTreeMap.html" title="class in org.apache.commons.collections"><B>PREV CLASS</B></A>&nbsp;
393 &nbsp;<A HREF="../../../../org/apache/commons/collections/HashBag.html" title="class in org.apache.commons.collections"><B>NEXT CLASS</B></A></FONT></TD>
394 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
395 <A HREF="../../../../index.html?org/apache/commons/collections/FunctorException.html" target="_top"><B>FRAMES</B></A> &nbsp;
396 &nbsp;<A HREF="FunctorException.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
397 &nbsp;<SCRIPT type="text/javascript">
398 <!--
399 if(window==top) {
400 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
402 //-->
403 </SCRIPT>
404 <NOSCRIPT>
405 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
406 </NOSCRIPT>
409 </FONT></TD>
410 </TR>
411 <TR>
412 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
413 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
414 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
415 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
416 </TR>
417 </TABLE>
418 <A NAME="skip-navbar_bottom"></A>
419 <!-- ======== END OF BOTTOM NAVBAR ======= -->
421 <HR>
422 Copyright © 2001-2008 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
423 </BODY>
424 </HTML>