OSDN Git Service

lejos_NXJ_win32_0_5_0beta.zip
[nxt-jsp/lejos_nxj.git] / nxtOSEK / lejos_nxj / docs / apidocs / java / lang / RuntimeException.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by javadoc (build 1.5.0_09) on Tue Jan 08 20:46:00 GMT 2008 -->
6 <TITLE>
7 RuntimeException (leJOS NXT API documentation)
8 </TITLE>
9
10 <META NAME="keywords" CONTENT="java.lang.RuntimeException class">
11
12 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
13
14 <SCRIPT type="text/javascript">
15 function windowTitle()
16 {
17     parent.document.title="RuntimeException (leJOS NXT API documentation)";
18 }
19 </SCRIPT>
20 <NOSCRIPT>
21 </NOSCRIPT>
22
23 </HEAD>
24
25 <BODY BGCOLOR="white" onload="windowTitle();">
26
27
28 <!-- ========= START OF TOP NAVBAR ======= -->
29 <A NAME="navbar_top"><!-- --></A>
30 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
31 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
32 <TR>
33 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
34 <A NAME="navbar_top_firstrow"><!-- --></A>
35 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
36   <TR ALIGN="center" VALIGN="top">
37   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44   </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
51
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../java/lang/Runtime.html" title="class in java.lang"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../java/lang/StackOverflowError.html" title="class in java.lang"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57   <A HREF="../../index.html?java/lang/RuntimeException.html" target="_top"><B>FRAMES</B></A>  &nbsp;
58 &nbsp;<A HREF="RuntimeException.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60   <!--
61   if(window==top) {
62     document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
63   }
64   //-->
65 </SCRIPT>
66 <NOSCRIPT>
67   <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
69
70
71 </FONT></TD>
72 </TR>
73 <TR>
74 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75   SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
78 </TR>
79 </TABLE>
80 <A NAME="skip-navbar_top"></A>
81 <!-- ========= END OF TOP NAVBAR ========= -->
82
83 <HR>
84 <!-- ======== START OF CLASS DATA ======== -->
85 <H2>
86 <FONT SIZE="-1">
87 java.lang</FONT>
88 <BR>
89 Class RuntimeException</H2>
90 <PRE>
91 <A HREF="../../java/lang/Object.html" title="class in java.lang">java.lang.Object</A>
92   <IMG SRC="../../resources/inherit.gif" ALT="extended by "><A HREF="../../java/lang/Throwable.html" title="class in java.lang">java.lang.Throwable</A>
93       <IMG SRC="../../resources/inherit.gif" ALT="extended by "><A HREF="../../java/lang/Exception.html" title="class in java.lang">java.lang.Exception</A>
94           <IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>java.lang.RuntimeException</B>
95 </PRE>
96 <DL>
97 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../java/lang/ArrayIndexOutOfBoundsException.html" title="class in java.lang">ArrayIndexOutOfBoundsException</A>, <A HREF="../../java/lang/ClassCastException.html" title="class in java.lang">ClassCastException</A>, <A HREF="../../java/util/EmptyQueueException.html" title="class in java.util">EmptyQueueException</A>, <A HREF="../../java/util/EmptyStackException.html" title="class in java.util">EmptyStackException</A>, <A HREF="../../java/lang/IllegalArgumentException.html" title="class in java.lang">IllegalArgumentException</A>, <A HREF="../../java/lang/IllegalMonitorStateException.html" title="class in java.lang">IllegalMonitorStateException</A>, <A HREF="../../java/lang/IllegalStateException.html" title="class in java.lang">IllegalStateException</A>, <A HREF="../../java/lang/NullPointerException.html" title="class in java.lang">NullPointerException</A></DD>
98 </DL>
99 <HR>
100 <DL>
101 <DT><PRE>public class <B>RuntimeException</B><DT>extends <A HREF="../../java/lang/Exception.html" title="class in java.lang">Exception</A></DL>
102 </PRE>
103
104 <P>
105 <HR>
106
107 <P>
108
109 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
110
111 <A NAME="constructor_summary"><!-- --></A>
112 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
113 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
114 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
115 <B>Constructor Summary</B></FONT></TH>
116 </TR>
117 <TR BGCOLOR="white" CLASS="TableRowColor">
118 <TD><CODE><B><A HREF="../../java/lang/RuntimeException.html#RuntimeException()">RuntimeException</A></B>()</CODE>
119
120 <BR>
121 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
122 </TR>
123 </TABLE>
124 &nbsp;
125 <!-- ========== METHOD SUMMARY =========== -->
126
127 <A NAME="method_summary"><!-- --></A>
128 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
129 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
130 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
131 <B>Method Summary</B></FONT></TH>
132 </TR>
133 </TABLE>
134 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
135 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
136 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
137 <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="../../java/lang/Throwable.html" title="class in java.lang">Throwable</A></B></TH>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <TD><CODE><A HREF="../../java/lang/Throwable.html#getMessage()">getMessage</A></CODE></TD>
141 </TR>
142 </TABLE>
143 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
144 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
145 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
146 <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="../../java/lang/Object.html" title="class in java.lang">Object</A></B></TH>
147 </TR>
148 <TR BGCOLOR="white" CLASS="TableRowColor">
149 <TD><CODE><A HREF="../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../java/lang/Object.html#toString()">toString</A>, <A HREF="../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../java/lang/Object.html#wait(long)">wait</A></CODE></TD>
150 </TR>
151 </TABLE>
152 &nbsp;
153 <P>
154
155 <!-- ========= CONSTRUCTOR DETAIL ======== -->
156
157 <A NAME="constructor_detail"><!-- --></A>
158 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
159 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
160 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
161 <B>Constructor Detail</B></FONT></TH>
162 </TR>
163 </TABLE>
164
165 <A NAME="RuntimeException()"><!-- --></A><H3>
166 RuntimeException</H3>
167 <PRE>
168 public <B>RuntimeException</B>()</PRE>
169 <DL>
170 </DL>
171 <!-- ========= END OF CLASS DATA ========= -->
172 <HR>
173
174
175 <!-- ======= START OF BOTTOM NAVBAR ====== -->
176 <A NAME="navbar_bottom"><!-- --></A>
177 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
178 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
179 <TR>
180 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
181 <A NAME="navbar_bottom_firstrow"><!-- --></A>
182 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
183   <TR ALIGN="center" VALIGN="top">
184   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
185   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
186   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
187   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
188   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
189   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
190   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
191   </TR>
192 </TABLE>
193 </TD>
194 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
195 </EM>
196 </TD>
197 </TR>
198
199 <TR>
200 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
201 &nbsp;<A HREF="../../java/lang/Runtime.html" title="class in java.lang"><B>PREV CLASS</B></A>&nbsp;
202 &nbsp;<A HREF="../../java/lang/StackOverflowError.html" title="class in java.lang"><B>NEXT CLASS</B></A></FONT></TD>
203 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
204   <A HREF="../../index.html?java/lang/RuntimeException.html" target="_top"><B>FRAMES</B></A>  &nbsp;
205 &nbsp;<A HREF="RuntimeException.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
206 &nbsp;<SCRIPT type="text/javascript">
207   <!--
208   if(window==top) {
209     document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
210   }
211   //-->
212 </SCRIPT>
213 <NOSCRIPT>
214   <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
215 </NOSCRIPT>
216
217
218 </FONT></TD>
219 </TR>
220 <TR>
221 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
222   SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD>
223 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
224 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
225 </TR>
226 </TABLE>
227 <A NAME="skip-navbar_bottom"></A>
228 <!-- ======== END OF BOTTOM NAVBAR ======= -->
229
230 <HR>
231
232 </BODY>
233 </HTML>