source: trunk/doc/omq/test/exception/ExceptionTest.html @ 83

Last change on this file since 83 was 83, checked in by stoda, 11 years ago

J

File size: 12.3 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!-- NewPage -->
3<html lang="es">
4<head>
5<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 08 13:25:36 CEST 2013 -->
6<title>ExceptionTest</title>
7<meta name="date" content="2013-07-08">
8<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
9</head>
10<body>
11<script type="text/javascript"><!--
12    if (location.href.indexOf('is-external=true') == -1) {
13        parent.document.title="ExceptionTest";
14    }
15//-->
16</script>
17<noscript>
18<div>JavaScript is disabled on your browser.</div>
19</noscript>
20<!-- ========= START OF TOP NAVBAR ======= -->
21<div class="topNav"><a name="navbar_top">
22<!--   -->
23</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
24<!--   -->
25</a>
26<ul class="navList" title="Navigation">
27<li><a href="../../../overview-summary.html">Overview</a></li>
28<li><a href="package-summary.html">Package</a></li>
29<li class="navBarCell1Rev">Class</li>
30<li><a href="class-use/ExceptionTest.html">Use</a></li>
31<li><a href="package-tree.html">Tree</a></li>
32<li><a href="../../../deprecated-list.html">Deprecated</a></li>
33<li><a href="../../../index-files/index-1.html">Index</a></li>
34<li><a href="../../../help-doc.html">Help</a></li>
35</ul>
36</div>
37<div class="subNav">
38<ul class="navList">
39<li><a href="../../../omq/test/exception/ClientInterface.html" title="interface in omq.test.exception"><span class="strong">Prev Class</span></a></li>
40<li><a href="../../../omq/test/exception/OmqServerImpl.html" title="class in omq.test.exception"><span class="strong">Next Class</span></a></li>
41</ul>
42<ul class="navList">
43<li><a href="../../../index.html?omq/test/exception/ExceptionTest.html" target="_top">Frames</a></li>
44<li><a href="ExceptionTest.html" target="_top">No Frames</a></li>
45</ul>
46<ul class="navList" id="allclasses_navbar_top">
47<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
48</ul>
49<div>
50<script type="text/javascript"><!--
51  allClassesLink = document.getElementById("allclasses_navbar_top");
52  if(window==top) {
53    allClassesLink.style.display = "block";
54  }
55  else {
56    allClassesLink.style.display = "none";
57  }
58  //-->
59</script>
60</div>
61<div>
62<ul class="subNavList">
63<li>Summary:&nbsp;</li>
64<li>Nested&nbsp;|&nbsp;</li>
65<li>Field&nbsp;|&nbsp;</li>
66<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
67<li><a href="#method_summary">Method</a></li>
68</ul>
69<ul class="subNavList">
70<li>Detail:&nbsp;</li>
71<li>Field&nbsp;|&nbsp;</li>
72<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
73<li><a href="#method_detail">Method</a></li>
74</ul>
75</div>
76<a name="skip-navbar_top">
77<!--   -->
78</a></div>
79<!-- ========= END OF TOP NAVBAR ========= -->
80<!-- ======== START OF CLASS DATA ======== -->
81<div class="header">
82<div class="subTitle">omq.test.exception</div>
83<h2 title="Class ExceptionTest" class="title">Class ExceptionTest</h2>
84</div>
85<div class="contentContainer">
86<ul class="inheritance">
87<li>java.lang.Object</li>
88<li>
89<ul class="inheritance">
90<li>omq.test.exception.ExceptionTest</li>
91</ul>
92</li>
93</ul>
94<div class="description">
95<ul class="blockList">
96<li class="blockList">
97<hr>
98<br>
99<pre>public class <span class="strong">ExceptionTest</span>
100extends java.lang.Object</pre>
101<dl><dt><span class="strong">Author:</span></dt>
102  <dd>Sergi Toda <sergi.toda@estudiants.urv.cat></dd></dl>
103</li>
104</ul>
105</div>
106<div class="summary">
107<ul class="blockList">
108<li class="blockList">
109<!-- ======== CONSTRUCTOR SUMMARY ======== -->
110<ul class="blockList">
111<li class="blockList"><a name="constructor_summary">
112<!--   -->
113</a>
114<h3>Constructor Summary</h3>
115<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
116<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
117<tr>
118<th class="colOne" scope="col">Constructor and Description</th>
119</tr>
120<tr class="altColor">
121<td class="colOne"><code><strong><a href="../../../omq/test/exception/ExceptionTest.html#ExceptionTest(java.lang.String)">ExceptionTest</a></strong>(java.lang.String&nbsp;type)</code>&nbsp;</td>
122</tr>
123</table>
124</li>
125</ul>
126<!-- ========== METHOD SUMMARY =========== -->
127<ul class="blockList">
128<li class="blockList"><a name="method_summary">
129<!--   -->
130</a>
131<h3>Method Summary</h3>
132<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
133<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
134<tr>
135<th class="colFirst" scope="col">Modifier and Type</th>
136<th class="colLast" scope="col">Method and Description</th>
137</tr>
138<tr class="altColor">
139<td class="colFirst"><code>void</code></td>
140<td class="colLast"><code><strong><a href="../../../omq/test/exception/ExceptionTest.html#addHp()">addHp</a></strong>()</code>&nbsp;</td>
141</tr>
142<tr class="rowColor">
143<td class="colFirst"><code>void</code></td>
144<td class="colLast"><code><strong><a href="../../../omq/test/exception/ExceptionTest.html#addTrailer()">addTrailer</a></strong>()</code>&nbsp;</td>
145</tr>
146<tr class="altColor">
147<td class="colFirst"><code>void</code></td>
148<td class="colLast"><code><strong><a href="../../../omq/test/exception/ExceptionTest.html#addWheels()">addWheels</a></strong>()</code>&nbsp;</td>
149</tr>
150<tr class="rowColor">
151<td class="colFirst"><code>static java.util.Collection&lt;java.lang.Object[]&gt;</code></td>
152<td class="colLast"><code><strong><a href="../../../omq/test/exception/ExceptionTest.html#data()">data</a></strong>()</code>&nbsp;</td>
153</tr>
154<tr class="altColor">
155<td class="colFirst"><code>void</code></td>
156<td class="colLast"><code><strong><a href="../../../omq/test/exception/ExceptionTest.html#getPrice()">getPrice</a></strong>()</code>&nbsp;</td>
157</tr>
158<tr class="rowColor">
159<td class="colFirst"><code>void</code></td>
160<td class="colLast"><code><strong><a href="../../../omq/test/exception/ExceptionTest.html#getTrailer()">getTrailer</a></strong>()</code>&nbsp;</td>
161</tr>
162<tr class="altColor">
163<td class="colFirst"><code>static void</code></td>
164<td class="colLast"><code><strong><a href="../../../omq/test/exception/ExceptionTest.html#serverTest()">serverTest</a></strong>()</code>&nbsp;</td>
165</tr>
166<tr class="rowColor">
167<td class="colFirst"><code>void</code></td>
168<td class="colLast"><code><strong><a href="../../../omq/test/exception/ExceptionTest.html#setPrice()">setPrice</a></strong>()</code>&nbsp;</td>
169</tr>
170<tr class="altColor">
171<td class="colFirst"><code>void</code></td>
172<td class="colLast"><code><strong><a href="../../../omq/test/exception/ExceptionTest.html#stop()">stop</a></strong>()</code>&nbsp;</td>
173</tr>
174</table>
175<ul class="blockList">
176<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
177<!--   -->
178</a>
179<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
180<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
181</ul>
182</li>
183</ul>
184</li>
185</ul>
186</div>
187<div class="details">
188<ul class="blockList">
189<li class="blockList">
190<!-- ========= CONSTRUCTOR DETAIL ======== -->
191<ul class="blockList">
192<li class="blockList"><a name="constructor_detail">
193<!--   -->
194</a>
195<h3>Constructor Detail</h3>
196<a name="ExceptionTest(java.lang.String)">
197<!--   -->
198</a>
199<ul class="blockListLast">
200<li class="blockList">
201<h4>ExceptionTest</h4>
202<pre>public&nbsp;ExceptionTest(java.lang.String&nbsp;type)
203              throws java.lang.Exception</pre>
204<dl><dt><span class="strong">Throws:</span></dt>
205<dd><code>java.lang.Exception</code></dd></dl>
206</li>
207</ul>
208</li>
209</ul>
210<!-- ============ METHOD DETAIL ========== -->
211<ul class="blockList">
212<li class="blockList"><a name="method_detail">
213<!--   -->
214</a>
215<h3>Method Detail</h3>
216<a name="data()">
217<!--   -->
218</a>
219<ul class="blockList">
220<li class="blockList">
221<h4>data</h4>
222<pre>public static&nbsp;java.util.Collection&lt;java.lang.Object[]&gt;&nbsp;data()</pre>
223</li>
224</ul>
225<a name="serverTest()">
226<!--   -->
227</a>
228<ul class="blockList">
229<li class="blockList">
230<h4>serverTest</h4>
231<pre>public static&nbsp;void&nbsp;serverTest()
232                       throws java.lang.Exception</pre>
233<dl><dt><span class="strong">Throws:</span></dt>
234<dd><code>java.lang.Exception</code></dd></dl>
235</li>
236</ul>
237<a name="stop()">
238<!--   -->
239</a>
240<ul class="blockList">
241<li class="blockList">
242<h4>stop</h4>
243<pre>public&nbsp;void&nbsp;stop()
244          throws java.lang.Exception</pre>
245<dl><dt><span class="strong">Throws:</span></dt>
246<dd><code>java.lang.Exception</code></dd></dl>
247</li>
248</ul>
249<a name="addWheels()">
250<!--   -->
251</a>
252<ul class="blockList">
253<li class="blockList">
254<h4>addWheels</h4>
255<pre>public&nbsp;void&nbsp;addWheels()
256               throws java.lang.Exception</pre>
257<dl><dt><span class="strong">Throws:</span></dt>
258<dd><code>java.lang.Exception</code></dd></dl>
259</li>
260</ul>
261<a name="addHp()">
262<!--   -->
263</a>
264<ul class="blockList">
265<li class="blockList">
266<h4>addHp</h4>
267<pre>public&nbsp;void&nbsp;addHp()
268           throws java.lang.Exception</pre>
269<dl><dt><span class="strong">Throws:</span></dt>
270<dd><code>java.lang.Exception</code></dd></dl>
271</li>
272</ul>
273<a name="addTrailer()">
274<!--   -->
275</a>
276<ul class="blockList">
277<li class="blockList">
278<h4>addTrailer</h4>
279<pre>public&nbsp;void&nbsp;addTrailer()
280                throws java.lang.Exception</pre>
281<dl><dt><span class="strong">Throws:</span></dt>
282<dd><code>java.lang.Exception</code></dd></dl>
283</li>
284</ul>
285<a name="getTrailer()">
286<!--   -->
287</a>
288<ul class="blockList">
289<li class="blockList">
290<h4>getTrailer</h4>
291<pre>public&nbsp;void&nbsp;getTrailer()
292                throws java.lang.Exception</pre>
293<dl><dt><span class="strong">Throws:</span></dt>
294<dd><code>java.lang.Exception</code></dd></dl>
295</li>
296</ul>
297<a name="setPrice()">
298<!--   -->
299</a>
300<ul class="blockList">
301<li class="blockList">
302<h4>setPrice</h4>
303<pre>public&nbsp;void&nbsp;setPrice()
304              throws java.lang.Exception</pre>
305<dl><dt><span class="strong">Throws:</span></dt>
306<dd><code>java.lang.Exception</code></dd></dl>
307</li>
308</ul>
309<a name="getPrice()">
310<!--   -->
311</a>
312<ul class="blockListLast">
313<li class="blockList">
314<h4>getPrice</h4>
315<pre>public&nbsp;void&nbsp;getPrice()
316              throws java.lang.Exception</pre>
317<dl><dt><span class="strong">Throws:</span></dt>
318<dd><code>java.lang.Exception</code></dd></dl>
319</li>
320</ul>
321</li>
322</ul>
323</li>
324</ul>
325</div>
326</div>
327<!-- ========= END OF CLASS DATA ========= -->
328<!-- ======= START OF BOTTOM NAVBAR ====== -->
329<div class="bottomNav"><a name="navbar_bottom">
330<!--   -->
331</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
332<!--   -->
333</a>
334<ul class="navList" title="Navigation">
335<li><a href="../../../overview-summary.html">Overview</a></li>
336<li><a href="package-summary.html">Package</a></li>
337<li class="navBarCell1Rev">Class</li>
338<li><a href="class-use/ExceptionTest.html">Use</a></li>
339<li><a href="package-tree.html">Tree</a></li>
340<li><a href="../../../deprecated-list.html">Deprecated</a></li>
341<li><a href="../../../index-files/index-1.html">Index</a></li>
342<li><a href="../../../help-doc.html">Help</a></li>
343</ul>
344</div>
345<div class="subNav">
346<ul class="navList">
347<li><a href="../../../omq/test/exception/ClientInterface.html" title="interface in omq.test.exception"><span class="strong">Prev Class</span></a></li>
348<li><a href="../../../omq/test/exception/OmqServerImpl.html" title="class in omq.test.exception"><span class="strong">Next Class</span></a></li>
349</ul>
350<ul class="navList">
351<li><a href="../../../index.html?omq/test/exception/ExceptionTest.html" target="_top">Frames</a></li>
352<li><a href="ExceptionTest.html" target="_top">No Frames</a></li>
353</ul>
354<ul class="navList" id="allclasses_navbar_bottom">
355<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
356</ul>
357<div>
358<script type="text/javascript"><!--
359  allClassesLink = document.getElementById("allclasses_navbar_bottom");
360  if(window==top) {
361    allClassesLink.style.display = "block";
362  }
363  else {
364    allClassesLink.style.display = "none";
365  }
366  //-->
367</script>
368</div>
369<div>
370<ul class="subNavList">
371<li>Summary:&nbsp;</li>
372<li>Nested&nbsp;|&nbsp;</li>
373<li>Field&nbsp;|&nbsp;</li>
374<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
375<li><a href="#method_summary">Method</a></li>
376</ul>
377<ul class="subNavList">
378<li>Detail:&nbsp;</li>
379<li>Field&nbsp;|&nbsp;</li>
380<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
381<li><a href="#method_detail">Method</a></li>
382</ul>
383</div>
384<a name="skip-navbar_bottom">
385<!--   -->
386</a></div>
387<!-- ======== END OF BOTTOM NAVBAR ======= -->
388</body>
389</html>
Note: See TracBrowser for help on using the repository browser.