java.util.EmptyStackException
EmptyStackException
is thrown to indicate an attempt to pop
(§21.12.2) or
peek
(§21.12.3) an empty Stack
object.
public classEmptyStackException
extends RuntimeException { publicEmptyStackException
(); }
21.13.1 public
EmptyStackException
()
This constructor initializes a newly created EmptyStackException
with null
as
its error message string.
Contents | Prev | Next | Index
Java Language Specification (HTML generated by Suzette Pelouch on February 24, 1998)
Copyright © 1996 Sun Microsystems, Inc.
All rights reserved
Please send any comments or corrections to doug.kramer@sun.com