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/] [InvalidFirmwareException.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>InvalidFirmwareException</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="InvalidFirmwareException";
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/IncompatibleFirmwareException.html" title="class in ztex"><span class="strong">Prev Class</span></a></li>
38
<li><a href="../ztex/JInputStream.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/InvalidFirmwareException.html" target="_top">Frames</a></li>
42
<li><a href="InvalidFirmwareException.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 InvalidFirmwareException" class="title">Class InvalidFirmwareException</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.InvalidFirmwareException</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">InvalidFirmwareException</span>
112
extends java.lang.Exception</pre>
113
<div class="block">Thrown if a device runs with no or the wrong firmware, i.e. if the ZTEX descriptor is not found or damaged.</div>
114
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../serialized-form.html#ztex.InvalidFirmwareException">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/InvalidFirmwareException.html#InvalidFirmwareException(org.usb4java.Device)">InvalidFirmwareException</a></strong>(org.usb4java.Device&nbsp;dev)</code>
134
<div class="block">Constructs an instance from the given device and error message.</div>
135
</td>
136
</tr>
137
<tr class="rowColor">
138
<td class="colOne"><code><strong><a href="../ztex/InvalidFirmwareException.html#InvalidFirmwareException(org.usb4java.Device,%20java.lang.String)">InvalidFirmwareException</a></strong>(org.usb4java.Device&nbsp;dev,
139
                        java.lang.String&nbsp;msg)</code>
140
<div class="block">Constructs an instance from the given device and error message.</div>
141
</td>
142
</tr>
143
<tr class="altColor">
144
<td class="colOne"><code><strong><a href="../ztex/InvalidFirmwareException.html#InvalidFirmwareException(java.lang.String)">InvalidFirmwareException</a></strong>(java.lang.String&nbsp;msg)</code>
145
<div class="block">Constructs an instance from the error message.</div>
146
</td>
147
</tr>
148
<tr class="rowColor">
149
<td class="colOne"><code><strong><a href="../ztex/InvalidFirmwareException.html#InvalidFirmwareException(ztex.Ztex1)">InvalidFirmwareException</a></strong>(<a href="../ztex/Ztex1.html" title="class in ztex">Ztex1</a>&nbsp;ztex)</code>
150
<div class="block">Constructs an instance from the given device and error message.</div>
151
</td>
152
</tr>
153
<tr class="altColor">
154
<td class="colOne"><code><strong><a href="../ztex/InvalidFirmwareException.html#InvalidFirmwareException(ztex.Ztex1,%20java.lang.String)">InvalidFirmwareException</a></strong>(<a href="../ztex/Ztex1.html" title="class in ztex">Ztex1</a>&nbsp;ztex,
155
                        java.lang.String&nbsp;msg)</code>
156
<div class="block">Constructs an instance from the given device and error message.</div>
157
</td>
158
</tr>
159
<tr class="rowColor">
160
<td class="colOne"><code><strong><a href="../ztex/InvalidFirmwareException.html#InvalidFirmwareException(ztex.ZtexDevice1)">InvalidFirmwareException</a></strong>(<a href="../ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a>&nbsp;dev)</code>
161
<div class="block">Constructs an instance from the given device and error message.</div>
162
</td>
163
</tr>
164
<tr class="altColor">
165
<td class="colOne"><code><strong><a href="../ztex/InvalidFirmwareException.html#InvalidFirmwareException(ztex.ZtexDevice1,%20java.lang.String)">InvalidFirmwareException</a></strong>(<a href="../ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a>&nbsp;dev,
166
                        java.lang.String&nbsp;msg)</code>
167
<div class="block">Constructs an instance from the given device and error message.</div>
168
</td>
169
</tr>
170
</table>
171
</li>
172
</ul>
173
<!-- ========== METHOD SUMMARY =========== -->
174
<ul class="blockList">
175
<li class="blockList"><a name="method_summary">
176
<!--   -->
177
</a>
178
<h3>Method Summary</h3>
179
<ul class="blockList">
180
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable">
181
<!--   -->
182
</a>
183
<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
184
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
185
</ul>
186
<ul class="blockList">
187
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
188
<!--   -->
189
</a>
190
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
191
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
192
</ul>
193
</li>
194
</ul>
195
</li>
196
</ul>
197
</div>
198
<div class="details">
199
<ul class="blockList">
200
<li class="blockList">
201
<!-- ========= CONSTRUCTOR DETAIL ======== -->
202
<ul class="blockList">
203
<li class="blockList"><a name="constructor_detail">
204
<!--   -->
205
</a>
206
<h3>Constructor Detail</h3>
207
<a name="InvalidFirmwareException(java.lang.String)">
208
<!--   -->
209
</a>
210
<ul class="blockList">
211
<li class="blockList">
212
<h4>InvalidFirmwareException</h4>
213
<pre>public&nbsp;InvalidFirmwareException(java.lang.String&nbsp;msg)</pre>
214
<div class="block">Constructs an instance from the error message.</div>
215
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>msg</code> - The error message.</dd></dl>
216
</li>
217
</ul>
218
<a name="InvalidFirmwareException(ztex.Ztex1, java.lang.String)">
219
<!--   -->
220
</a>
221
<ul class="blockList">
222
<li class="blockList">
223
<h4>InvalidFirmwareException</h4>
224
<pre>public&nbsp;InvalidFirmwareException(<a href="../ztex/Ztex1.html" title="class in ztex">Ztex1</a>&nbsp;ztex,
225
                        java.lang.String&nbsp;msg)</pre>
226
<div class="block">Constructs an instance from the given device and error message.</div>
227
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ztex</code> - The device.</dd><dd><code>msg</code> - The error message.</dd></dl>
228
</li>
229
</ul>
230
<a name="InvalidFirmwareException(ztex.ZtexDevice1, java.lang.String)">
231
<!--   -->
232
</a>
233
<ul class="blockList">
234
<li class="blockList">
235
<h4>InvalidFirmwareException</h4>
236
<pre>public&nbsp;InvalidFirmwareException(<a href="../ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a>&nbsp;dev,
237
                        java.lang.String&nbsp;msg)</pre>
238
<div class="block">Constructs an instance from the given device and error message.</div>
239
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dev</code> - The device.</dd><dd><code>msg</code> - The error message.</dd></dl>
240
</li>
241
</ul>
242
<a name="InvalidFirmwareException(org.usb4java.Device, java.lang.String)">
243
<!--   -->
244
</a>
245
<ul class="blockList">
246
<li class="blockList">
247
<h4>InvalidFirmwareException</h4>
248
<pre>public&nbsp;InvalidFirmwareException(org.usb4java.Device&nbsp;dev,
249
                        java.lang.String&nbsp;msg)</pre>
250
<div class="block">Constructs an instance from the given device and error message.</div>
251
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dev</code> - The device.</dd><dd><code>msg</code> - The error message.</dd></dl>
252
</li>
253
</ul>
254
<a name="InvalidFirmwareException(ztex.Ztex1)">
255
<!--   -->
256
</a>
257
<ul class="blockList">
258
<li class="blockList">
259
<h4>InvalidFirmwareException</h4>
260
<pre>public&nbsp;InvalidFirmwareException(<a href="../ztex/Ztex1.html" title="class in ztex">Ztex1</a>&nbsp;ztex)</pre>
261
<div class="block">Constructs an instance from the given device and error message.</div>
262
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ztex</code> - The device.</dd></dl>
263
</li>
264
</ul>
265
<a name="InvalidFirmwareException(ztex.ZtexDevice1)">
266
<!--   -->
267
</a>
268
<ul class="blockList">
269
<li class="blockList">
270
<h4>InvalidFirmwareException</h4>
271
<pre>public&nbsp;InvalidFirmwareException(<a href="../ztex/ZtexDevice1.html" title="class in ztex">ZtexDevice1</a>&nbsp;dev)</pre>
272
<div class="block">Constructs an instance from the given device and error message.</div>
273
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dev</code> - The device.</dd></dl>
274
</li>
275
</ul>
276
<a name="InvalidFirmwareException(org.usb4java.Device)">
277
<!--   -->
278
</a>
279
<ul class="blockListLast">
280
<li class="blockList">
281
<h4>InvalidFirmwareException</h4>
282
<pre>public&nbsp;InvalidFirmwareException(org.usb4java.Device&nbsp;dev)</pre>
283
<div class="block">Constructs an instance from the given device and error message.</div>
284
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dev</code> - The device.</dd></dl>
285
</li>
286
</ul>
287
</li>
288
</ul>
289
</li>
290
</ul>
291
</div>
292
</div>
293
<!-- ========= END OF CLASS DATA ========= -->
294
<!-- ======= START OF BOTTOM NAVBAR ====== -->
295
<div class="bottomNav"><a name="navbar_bottom">
296
<!--   -->
297
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
298
<!--   -->
299
</a>
300
<ul class="navList" title="Navigation">
301
<li><a href="../ztex/package-summary.html">Package</a></li>
302
<li class="navBarCell1Rev">Class</li>
303
<li><a href="package-tree.html">Tree</a></li>
304
<li><a href="../deprecated-list.html">Deprecated</a></li>
305
<li><a href="../index-all.html">Index</a></li>
306
<li><a href="../help-doc.html">Help</a></li>
307
</ul>
308
</div>
309
<div class="subNav">
310
<ul class="navList">
311
<li><a href="../ztex/IncompatibleFirmwareException.html" title="class in ztex"><span class="strong">Prev Class</span></a></li>
312
<li><a href="../ztex/JInputStream.html" title="class in ztex"><span class="strong">Next Class</span></a></li>
313
</ul>
314
<ul class="navList">
315
<li><a href="../index.html?ztex/InvalidFirmwareException.html" target="_top">Frames</a></li>
316
<li><a href="InvalidFirmwareException.html" target="_top">No Frames</a></li>
317
</ul>
318
<ul class="navList" id="allclasses_navbar_bottom">
319
<li><a href="../allclasses-noframe.html">All Classes</a></li>
320
</ul>
321
<div>
322
<script type="text/javascript"><!--
323
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
324
  if(window==top) {
325
    allClassesLink.style.display = "block";
326
  }
327
  else {
328
    allClassesLink.style.display = "none";
329
  }
330
  //-->
331
</script>
332
</div>
333
<div>
334
<ul class="subNavList">
335
<li>Summary:&nbsp;</li>
336
<li>Nested&nbsp;|&nbsp;</li>
337
<li>Field&nbsp;|&nbsp;</li>
338
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
339
<li><a href="#methods_inherited_from_class_java.lang.Throwable">Method</a></li>
340
</ul>
341
<ul class="subNavList">
342
<li>Detail:&nbsp;</li>
343
<li>Field&nbsp;|&nbsp;</li>
344
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
345
<li>Method</li>
346
</ul>
347
</div>
348
<a name="skip-navbar_bottom">
349
<!--   -->
350
</a></div>
351
<!-- ======== END OF BOTTOM NAVBAR ======= -->
352
</body>
353
</html>

powered by: WebSVN 2.1.0

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