OSDN Git Service

d29413ec5836c612e07033984fca5652ba14f3f5
[nxt-jsp/lejos_nxj.git] / nxtOSEK / lejos_nxj / docs / apidocs / java / util / EmptyStackException.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 Sun Sep 02 23:07:08 BST 2007 -->
6 <TITLE>
7 EmptyStackException (leJOS NXT API documentation)
8 </TITLE>
9
10 <META NAME="keywords" CONTENT="java.util.EmptyStackException 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="EmptyStackException (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/util/EmptyQueueException.html" title="class in java.util"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../java/util/Hashtable.html" title="class in java.util"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57   <A HREF="../../index.html?java/util/EmptyStackException.html" target="_top"><B>FRAMES</B></A>  &nbsp;
58 &nbsp;<A HREF="EmptyStackException.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.util</FONT>
88 <BR>
89 Class EmptyStackException</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 "><A HREF="../../java/lang/RuntimeException.html" title="class in java.lang">java.lang.RuntimeException</A>
95               <IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>java.util.EmptyStackException</B>
96 </PRE>
97 <HR>
98 <DL>
99 <DT><PRE>public class <B>EmptyStackException</B><DT>extends <A HREF="../../java/lang/RuntimeException.html" title="class in java.lang">RuntimeException</A></DL>
100 </PRE>
101
102 <P>
103 An exception thrown by some stack class methods
104  to indicate that the stack is empty
105 <P>
106
107 <P>
108 <HR>
109
110 <P>
111
112 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
113
114 <A NAME="constructor_summary"><!-- --></A>
115 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
116 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
117 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
118 <B>Constructor Summary</B></FONT></TH>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE><B><A HREF="../../java/util/EmptyStackException.html#EmptyStackException()">EmptyStackException</A></B>()</CODE>
122
123 <BR>
124 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;creates a new exception wit null message string</TD>
125 </TR>
126 </TABLE>
127 &nbsp;
128 <!-- ========== METHOD SUMMARY =========== -->
129
130 <A NAME="method_summary"><!-- --></A>
131 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
132 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
133 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
134 <B>Method Summary</B></FONT></TH>
135 </TR>
136 </TABLE>
137 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
138 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
139 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
140 <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>
141 </TR>
142 <TR BGCOLOR="white" CLASS="TableRowColor">
143 <TD><CODE><A HREF="../../java/lang/Throwable.html#getMessage()">getMessage</A></CODE></TD>
144 </TR>
145 </TABLE>
146 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
147 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
148 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
149 <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>
150 </TR>
151 <TR BGCOLOR="white" CLASS="TableRowColor">
152 <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>
153 </TR>
154 </TABLE>
155 &nbsp;
156 <P>
157
158 <!-- ========= CONSTRUCTOR DETAIL ======== -->
159
160 <A NAME="constructor_detail"><!-- --></A>
161 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
162 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
163 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
164 <B>Constructor Detail</B></FONT></TH>
165 </TR>
166 </TABLE>
167
168 <A NAME="EmptyStackException()"><!-- --></A><H3>
169 EmptyStackException</H3>
170 <PRE>
171 public <B>EmptyStackException</B>()</PRE>
172 <DL>
173 <DD>creates a new exception wit null message string
174 <P>
175 </DL>
176 <!-- ========= END OF CLASS DATA ========= -->
177 <HR>
178
179
180 <!-- ======= START OF BOTTOM NAVBAR ====== -->
181 <A NAME="navbar_bottom"><!-- --></A>
182 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
183 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
184 <TR>
185 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
186 <A NAME="navbar_bottom_firstrow"><!-- --></A>
187 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
188   <TR ALIGN="center" VALIGN="top">
189   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
190   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
191   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
192   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
193   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
194   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
195   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
196   </TR>
197 </TABLE>
198 </TD>
199 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
200 </EM>
201 </TD>
202 </TR>
203
204 <TR>
205 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
206 &nbsp;<A HREF="../../java/util/EmptyQueueException.html" title="class in java.util"><B>PREV CLASS</B></A>&nbsp;
207 &nbsp;<A HREF="../../java/util/Hashtable.html" title="class in java.util"><B>NEXT CLASS</B></A></FONT></TD>
208 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
209   <A HREF="../../index.html?java/util/EmptyStackException.html" target="_top"><B>FRAMES</B></A>  &nbsp;
210 &nbsp;<A HREF="EmptyStackException.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
211 &nbsp;<SCRIPT type="text/javascript">
212   <!--
213   if(window==top) {
214     document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
215   }
216   //-->
217 </SCRIPT>
218 <NOSCRIPT>
219   <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
220 </NOSCRIPT>
221
222
223 </FONT></TD>
224 </TR>
225 <TR>
226 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
227   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>
228 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
229 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
230 </TR>
231 </TABLE>
232 <A NAME="skip-navbar_bottom"></A>
233 <!-- ======== END OF BOTTOM NAVBAR ======= -->
234
235 <HR>
236
237 </BODY>
238 </HTML>