Mercurial > hg > semantic-sia
comparison doc/org/qmul/eecs/c4dm/sia/exceptions/DimensionException.html @ 9:3dc7ce380afe
new
author | stevenh |
---|---|
date | Tue, 01 Jan 2013 21:18:46 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
8:842ce6ca6e29 | 9:3dc7ce380afe |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
2 <!-- NewPage --> | |
3 <html lang="en"> | |
4 <head> | |
5 <!-- Generated by javadoc (version 1.7.0_09) on Tue Jan 01 21:05:05 GMT 2013 --> | |
6 <title>DimensionException</title> | |
7 <meta name="date" content="2013-01-01"> | |
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="DimensionException"; | |
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/DimensionException.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>Prev Class</li> | |
40 <li>Next Class</li> | |
41 </ul> | |
42 <ul class="navList"> | |
43 <li><a href="../../../../../../index.html?org/qmul/eecs/c4dm/sia/exceptions/DimensionException.html" target="_top">Frames</a></li> | |
44 <li><a href="DimensionException.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: </li> | |
64 <li>Nested | </li> | |
65 <li>Field | </li> | |
66 <li><a href="#constructor_summary">Constr</a> | </li> | |
67 <li><a href="#methods_inherited_from_class_java.lang.Throwable">Method</a></li> | |
68 </ul> | |
69 <ul class="subNavList"> | |
70 <li>Detail: </li> | |
71 <li>Field | </li> | |
72 <li><a href="#constructor_detail">Constr</a> | </li> | |
73 <li>Method</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">org.qmul.eecs.c4dm.sia.exceptions</div> | |
83 <h2 title="Class DimensionException" class="title">Class DimensionException</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>java.lang.Throwable</li> | |
91 <li> | |
92 <ul class="inheritance"> | |
93 <li>java.lang.Exception</li> | |
94 <li> | |
95 <ul class="inheritance"> | |
96 <li>org.qmul.eecs.c4dm.sia.exceptions.DimensionException</li> | |
97 </ul> | |
98 </li> | |
99 </ul> | |
100 </li> | |
101 </ul> | |
102 </li> | |
103 </ul> | |
104 <div class="description"> | |
105 <ul class="blockList"> | |
106 <li class="blockList"> | |
107 <dl> | |
108 <dt>All Implemented Interfaces:</dt> | |
109 <dd>java.io.Serializable</dd> | |
110 </dl> | |
111 <hr> | |
112 <br> | |
113 <pre>public class <span class="strong">DimensionException</span> | |
114 extends java.lang.Exception</pre> | |
115 <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../serialized-form.html#org.qmul.eecs.c4dm.sia.exceptions.DimensionException">Serialized Form</a></dd></dl> | |
116 </li> | |
117 </ul> | |
118 </div> | |
119 <div class="summary"> | |
120 <ul class="blockList"> | |
121 <li class="blockList"> | |
122 <!-- ======== CONSTRUCTOR SUMMARY ======== --> | |
123 <ul class="blockList"> | |
124 <li class="blockList"><a name="constructor_summary"> | |
125 <!-- --> | |
126 </a> | |
127 <h3>Constructor Summary</h3> | |
128 <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> | |
129 <caption><span>Constructors</span><span class="tabEnd"> </span></caption> | |
130 <tr> | |
131 <th class="colOne" scope="col">Constructor and Description</th> | |
132 </tr> | |
133 <tr class="altColor"> | |
134 <td class="colOne"><code><strong><a href="../../../../../../org/qmul/eecs/c4dm/sia/exceptions/DimensionException.html#DimensionException(java.lang.String)">DimensionException</a></strong>(java.lang.String description)</code> </td> | |
135 </tr> | |
136 </table> | |
137 </li> | |
138 </ul> | |
139 <!-- ========== METHOD SUMMARY =========== --> | |
140 <ul class="blockList"> | |
141 <li class="blockList"><a name="method_summary"> | |
142 <!-- --> | |
143 </a> | |
144 <h3>Method Summary</h3> | |
145 <ul class="blockList"> | |
146 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable"> | |
147 <!-- --> | |
148 </a> | |
149 <h3>Methods inherited from class java.lang.Throwable</h3> | |
150 <code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li> | |
151 </ul> | |
152 <ul class="blockList"> | |
153 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> | |
154 <!-- --> | |
155 </a> | |
156 <h3>Methods inherited from class java.lang.Object</h3> | |
157 <code>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> | |
158 </ul> | |
159 </li> | |
160 </ul> | |
161 </li> | |
162 </ul> | |
163 </div> | |
164 <div class="details"> | |
165 <ul class="blockList"> | |
166 <li class="blockList"> | |
167 <!-- ========= CONSTRUCTOR DETAIL ======== --> | |
168 <ul class="blockList"> | |
169 <li class="blockList"><a name="constructor_detail"> | |
170 <!-- --> | |
171 </a> | |
172 <h3>Constructor Detail</h3> | |
173 <a name="DimensionException(java.lang.String)"> | |
174 <!-- --> | |
175 </a> | |
176 <ul class="blockListLast"> | |
177 <li class="blockList"> | |
178 <h4>DimensionException</h4> | |
179 <pre>public DimensionException(java.lang.String description)</pre> | |
180 </li> | |
181 </ul> | |
182 </li> | |
183 </ul> | |
184 </li> | |
185 </ul> | |
186 </div> | |
187 </div> | |
188 <!-- ========= END OF CLASS DATA ========= --> | |
189 <!-- ======= START OF BOTTOM NAVBAR ====== --> | |
190 <div class="bottomNav"><a name="navbar_bottom"> | |
191 <!-- --> | |
192 </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> | |
193 <!-- --> | |
194 </a> | |
195 <ul class="navList" title="Navigation"> | |
196 <li><a href="../../../../../../overview-summary.html">Overview</a></li> | |
197 <li><a href="package-summary.html">Package</a></li> | |
198 <li class="navBarCell1Rev">Class</li> | |
199 <li><a href="class-use/DimensionException.html">Use</a></li> | |
200 <li><a href="package-tree.html">Tree</a></li> | |
201 <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> | |
202 <li><a href="../../../../../../index-files/index-1.html">Index</a></li> | |
203 <li><a href="../../../../../../help-doc.html">Help</a></li> | |
204 </ul> | |
205 </div> | |
206 <div class="subNav"> | |
207 <ul class="navList"> | |
208 <li>Prev Class</li> | |
209 <li>Next Class</li> | |
210 </ul> | |
211 <ul class="navList"> | |
212 <li><a href="../../../../../../index.html?org/qmul/eecs/c4dm/sia/exceptions/DimensionException.html" target="_top">Frames</a></li> | |
213 <li><a href="DimensionException.html" target="_top">No Frames</a></li> | |
214 </ul> | |
215 <ul class="navList" id="allclasses_navbar_bottom"> | |
216 <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> | |
217 </ul> | |
218 <div> | |
219 <script type="text/javascript"><!-- | |
220 allClassesLink = document.getElementById("allclasses_navbar_bottom"); | |
221 if(window==top) { | |
222 allClassesLink.style.display = "block"; | |
223 } | |
224 else { | |
225 allClassesLink.style.display = "none"; | |
226 } | |
227 //--> | |
228 </script> | |
229 </div> | |
230 <div> | |
231 <ul class="subNavList"> | |
232 <li>Summary: </li> | |
233 <li>Nested | </li> | |
234 <li>Field | </li> | |
235 <li><a href="#constructor_summary">Constr</a> | </li> | |
236 <li><a href="#methods_inherited_from_class_java.lang.Throwable">Method</a></li> | |
237 </ul> | |
238 <ul class="subNavList"> | |
239 <li>Detail: </li> | |
240 <li>Field | </li> | |
241 <li><a href="#constructor_detail">Constr</a> | </li> | |
242 <li>Method</li> | |
243 </ul> | |
244 </div> | |
245 <a name="skip-navbar_bottom"> | |
246 <!-- --> | |
247 </a></div> | |
248 <!-- ======== END OF BOTTOM NAVBAR ======= --> | |
249 </body> | |
250 </html> |