OpenCores
URL https://opencores.org/ocsvn/usb_fpga_2_14/usb_fpga_2_14/trunk

Subversion Repositories usb_fpga_2_14

[/] [usb_fpga_2_14/] [trunk/] [docs/] [java/] [ztex/] [DeviceLostException.html] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 ZTEX
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!-- NewPage -->
3
<html lang="de">
4
<head>
5
<!-- Generated by javadoc (version 1.7.0_79) on Wed Mar 22 19:20:12 CET 2017 -->
6
<title>DeviceLostException</title>
7
<meta name="date" content="2017-03-22">
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="DeviceLostException";
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="../ztex/package-summary.html">Package</a></li>
28
<li class="navBarCell1Rev">Class</li>
29
<li><a href="package-tree.html">Tree</a></li>
30
<li><a href="../deprecated-list.html">Deprecated</a></li>
31
<li><a href="../index-all.html">Index</a></li>
32
<li><a href="../help-doc.html">Help</a></li>
33
</ul>
34
</div>
35
<div class="subNav">
36
<ul class="navList">
37
<li><a href="../ztex/ConfigData.html" title="class in ztex"><span class="strong">Prev Class</span></a></li>
38
<li><a href="../ztex/DeviceNotSupportedException.html" title="class in ztex"><span class="strong">Next Class</span></a></li>
39
</ul>
40
<ul class="navList">
41
<li><a href="../index.html?ztex/DeviceLostException.html" target="_top">Frames</a></li>
42
<li><a href="DeviceLostException.html" target="_top">No Frames</a></li>
43
</ul>
44
<ul class="navList" id="allclasses_navbar_top">
45
<li><a href="../allclasses-noframe.html">All Classes</a></li>
46
</ul>
47
<div>
48
<script type="text/javascript"><!--
49
  allClassesLink = document.getElementById("allclasses_navbar_top");
50
  if(window==top) {
51
    allClassesLink.style.display = "block";
52
  }
53
  else {
54
    allClassesLink.style.display = "none";
55
  }
56
  //-->
57
</script>
58
</div>
59
<div>
60
<ul class="subNavList">
61
<li>Summary:&nbsp;</li>
62
<li>Nested&nbsp;|&nbsp;</li>
63
<li>Field&nbsp;|&nbsp;</li>
64
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
65
<li><a href="#methods_inherited_from_class_java.lang.Throwable">Method</a></li>
66
</ul>
67
<ul class="subNavList">
68
<li>Detail:&nbsp;</li>
69
<li>Field&nbsp;|&nbsp;</li>
70
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
71
<li>Method</li>
72
</ul>
73
</div>
74
<a name="skip-navbar_top">
75
<!--   -->
76
</a></div>
77
<!-- ========= END OF TOP NAVBAR ========= -->
78
<!-- ======== START OF CLASS DATA ======== -->
79
<div class="header">
80
<div class="subTitle">ztex</div>
81
<h2 title="Class DeviceLostException" class="title">Class DeviceLostException</h2>
82
</div>
83
<div class="contentContainer">
84
<ul class="inheritance">
85
<li>java.lang.Object</li>
86
<li>
87
<ul class="inheritance">
88
<li>java.lang.Throwable</li>
89
<li>
90
<ul class="inheritance">
91
<li>java.lang.Exception</li>
92
<li>
93
<ul class="inheritance">
94
<li>ztex.DeviceLostException</li>
95
</ul>
96
</li>
97
</ul>
98
</li>
99
</ul>
100
</li>
101
</ul>
102
<div class="description">
103
<ul class="blockList">
104
<li class="blockList">
105
<dl>
106
<dt>All Implemented Interfaces:</dt>
107
<dd>java.io.Serializable</dd>
108
</dl>
109
<hr>
110
<br>
111
<pre>public class <span class="strong">DeviceLostException</span>
112
extends java.lang.Exception</pre>
113
<div class="block">Thrown if a device went lost after renumeration.</div>
114
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../serialized-form.html#ztex.DeviceLostException">Serialized Form</a></dd></dl>
115
</li>
116
</ul>
117
</div>
118
<div class="summary">
119
<ul class="blockList">
120
<li class="blockList">
121
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
122
<ul class="blockList">
123
<li class="blockList"><a name="constructor_summary">
124
<!--   -->
125
</a>
126
<h3>Constructor Summary</h3>
127
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
128
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
129
<tr>
130
<th class="colOne" scope="col">Constructor and Description</th>
131
</tr>
132
<tr class="altColor">
133
<td class="colOne"><code><strong><a href="../ztex/DeviceLostException.html#DeviceLostException()">DeviceLostException</a></strong>()</code>
134
<div class="block">Constructs an instance using a standard message.</div>
135
</td>
136
</tr>
137
<tr class="rowColor">
138
<td class="colOne"><code><strong><a href="../ztex/DeviceLostException.html#DeviceLostException(java.lang.String)">DeviceLostException</a></strong>(java.lang.String&nbsp;msg)</code>
139
<div class="block">Constructs an instance from the given input string.</div>
140
</td>
141
</tr>
142
</table>
143
</li>
144
</ul>
145
<!-- ========== METHOD SUMMARY =========== -->
146
<ul class="blockList">
147
<li class="blockList"><a name="method_summary">
148
<!--   -->
149
</a>
150
<h3>Method Summary</h3>
151
<ul class="blockList">
152
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable">
153
<!--   -->
154
</a>
155
<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
156
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
157
</ul>
158
<ul class="blockList">
159
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
160
<!--   -->
161
</a>
162
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
163
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
164
</ul>
165
</li>
166
</ul>
167
</li>
168
</ul>
169
</div>
170
<div class="details">
171
<ul class="blockList">
172
<li class="blockList">
173
<!-- ========= CONSTRUCTOR DETAIL ======== -->
174
<ul class="blockList">
175
<li class="blockList"><a name="constructor_detail">
176
<!--   -->
177
</a>
178
<h3>Constructor Detail</h3>
179
<a name="DeviceLostException(java.lang.String)">
180
<!--   -->
181
</a>
182
<ul class="blockList">
183
<li class="blockList">
184
<h4>DeviceLostException</h4>
185
<pre>public&nbsp;DeviceLostException(java.lang.String&nbsp;msg)</pre>
186
<div class="block">Constructs an instance from the given input string.</div>
187
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>msg</code> - A message.</dd></dl>
188
</li>
189
</ul>
190
<a name="DeviceLostException()">
191
<!--   -->
192
</a>
193
<ul class="blockListLast">
194
<li class="blockList">
195
<h4>DeviceLostException</h4>
196
<pre>public&nbsp;DeviceLostException()</pre>
197
<div class="block">Constructs an instance using a standard message.</div>
198
</li>
199
</ul>
200
</li>
201
</ul>
202
</li>
203
</ul>
204
</div>
205
</div>
206
<!-- ========= END OF CLASS DATA ========= -->
207
<!-- ======= START OF BOTTOM NAVBAR ====== -->
208
<div class="bottomNav"><a name="navbar_bottom">
209
<!--   -->
210
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
211
<!--   -->
212
</a>
213
<ul class="navList" title="Navigation">
214
<li><a href="../ztex/package-summary.html">Package</a></li>
215
<li class="navBarCell1Rev">Class</li>
216
<li><a href="package-tree.html">Tree</a></li>
217
<li><a href="../deprecated-list.html">Deprecated</a></li>
218
<li><a href="../index-all.html">Index</a></li>
219
<li><a href="../help-doc.html">Help</a></li>
220
</ul>
221
</div>
222
<div class="subNav">
223
<ul class="navList">
224
<li><a href="../ztex/ConfigData.html" title="class in ztex"><span class="strong">Prev Class</span></a></li>
225
<li><a href="../ztex/DeviceNotSupportedException.html" title="class in ztex"><span class="strong">Next Class</span></a></li>
226
</ul>
227
<ul class="navList">
228
<li><a href="../index.html?ztex/DeviceLostException.html" target="_top">Frames</a></li>
229
<li><a href="DeviceLostException.html" target="_top">No Frames</a></li>
230
</ul>
231
<ul class="navList" id="allclasses_navbar_bottom">
232
<li><a href="../allclasses-noframe.html">All Classes</a></li>
233
</ul>
234
<div>
235
<script type="text/javascript"><!--
236
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
237
  if(window==top) {
238
    allClassesLink.style.display = "block";
239
  }
240
  else {
241
    allClassesLink.style.display = "none";
242
  }
243
  //-->
244
</script>
245
</div>
246
<div>
247
<ul class="subNavList">
248
<li>Summary:&nbsp;</li>
249
<li>Nested&nbsp;|&nbsp;</li>
250
<li>Field&nbsp;|&nbsp;</li>
251
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
252
<li><a href="#methods_inherited_from_class_java.lang.Throwable">Method</a></li>
253
</ul>
254
<ul class="subNavList">
255
<li>Detail:&nbsp;</li>
256
<li>Field&nbsp;|&nbsp;</li>
257
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
258
<li>Method</li>
259
</ul>
260
</div>
261
<a name="skip-navbar_bottom">
262
<!--   -->
263
</a></div>
264
<!-- ======== END OF BOTTOM NAVBAR ======= -->
265
</body>
266
</html>

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.