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/] [DeviceNotSupportedException.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>DeviceNotSupportedException</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="DeviceNotSupportedException";
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/DeviceLostException.html" title="class in ztex"><span class="strong">Prev Class</span></a></li>
38
<li><a href="../ztex/EzUsb.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/DeviceNotSupportedException.html" target="_top">Frames</a></li>
42
<li><a href="DeviceNotSupportedException.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 DeviceNotSupportedException" class="title">Class DeviceNotSupportedException</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.DeviceNotSupportedException</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">DeviceNotSupportedException</span>
112
extends java.lang.Exception</pre>
113
<div class="block">Thrown if a device is not supported, i.e. has the wrong USB ID's.</div>
114
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../serialized-form.html#ztex.DeviceNotSupportedException">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/DeviceNotSupportedException.html#DeviceNotSupportedException(org.usb4java.Device)">DeviceNotSupportedException</a></strong>(org.usb4java.Device&nbsp;dev)</code>
134
<div class="block">Constructs an instance from the given device.</div>
135
</td>
136
</tr>
137
</table>
138
</li>
139
</ul>
140
<!-- ========== METHOD SUMMARY =========== -->
141
<ul class="blockList">
142
<li class="blockList"><a name="method_summary">
143
<!--   -->
144
</a>
145
<h3>Method Summary</h3>
146
<ul class="blockList">
147
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable">
148
<!--   -->
149
</a>
150
<h3>Methods inherited from class&nbsp;java.lang.Throwable</h3>
151
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
152
</ul>
153
<ul class="blockList">
154
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
155
<!--   -->
156
</a>
157
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
158
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
159
</ul>
160
</li>
161
</ul>
162
</li>
163
</ul>
164
</div>
165
<div class="details">
166
<ul class="blockList">
167
<li class="blockList">
168
<!-- ========= CONSTRUCTOR DETAIL ======== -->
169
<ul class="blockList">
170
<li class="blockList"><a name="constructor_detail">
171
<!--   -->
172
</a>
173
<h3>Constructor Detail</h3>
174
<a name="DeviceNotSupportedException(org.usb4java.Device)">
175
<!--   -->
176
</a>
177
<ul class="blockListLast">
178
<li class="blockList">
179
<h4>DeviceNotSupportedException</h4>
180
<pre>public&nbsp;DeviceNotSupportedException(org.usb4java.Device&nbsp;dev)</pre>
181
<div class="block">Constructs an instance from the given device.</div>
182
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>dev</code> - The device.</dd></dl>
183
</li>
184
</ul>
185
</li>
186
</ul>
187
</li>
188
</ul>
189
</div>
190
</div>
191
<!-- ========= END OF CLASS DATA ========= -->
192
<!-- ======= START OF BOTTOM NAVBAR ====== -->
193
<div class="bottomNav"><a name="navbar_bottom">
194
<!--   -->
195
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
196
<!--   -->
197
</a>
198
<ul class="navList" title="Navigation">
199
<li><a href="../ztex/package-summary.html">Package</a></li>
200
<li class="navBarCell1Rev">Class</li>
201
<li><a href="package-tree.html">Tree</a></li>
202
<li><a href="../deprecated-list.html">Deprecated</a></li>
203
<li><a href="../index-all.html">Index</a></li>
204
<li><a href="../help-doc.html">Help</a></li>
205
</ul>
206
</div>
207
<div class="subNav">
208
<ul class="navList">
209
<li><a href="../ztex/DeviceLostException.html" title="class in ztex"><span class="strong">Prev Class</span></a></li>
210
<li><a href="../ztex/EzUsb.html" title="class in ztex"><span class="strong">Next Class</span></a></li>
211
</ul>
212
<ul class="navList">
213
<li><a href="../index.html?ztex/DeviceNotSupportedException.html" target="_top">Frames</a></li>
214
<li><a href="DeviceNotSupportedException.html" target="_top">No Frames</a></li>
215
</ul>
216
<ul class="navList" id="allclasses_navbar_bottom">
217
<li><a href="../allclasses-noframe.html">All Classes</a></li>
218
</ul>
219
<div>
220
<script type="text/javascript"><!--
221
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
222
  if(window==top) {
223
    allClassesLink.style.display = "block";
224
  }
225
  else {
226
    allClassesLink.style.display = "none";
227
  }
228
  //-->
229
</script>
230
</div>
231
<div>
232
<ul class="subNavList">
233
<li>Summary:&nbsp;</li>
234
<li>Nested&nbsp;|&nbsp;</li>
235
<li>Field&nbsp;|&nbsp;</li>
236
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
237
<li><a href="#methods_inherited_from_class_java.lang.Throwable">Method</a></li>
238
</ul>
239
<ul class="subNavList">
240
<li>Detail:&nbsp;</li>
241
<li>Field&nbsp;|&nbsp;</li>
242
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
243
<li>Method</li>
244
</ul>
245
</div>
246
<a name="skip-navbar_bottom">
247
<!--   -->
248
</a></div>
249
<!-- ======== END OF BOTTOM NAVBAR ======= -->
250
</body>
251
</html>

powered by: WebSVN 2.1.0

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