Added in API level 1
Summary:
Ctors
| Inherited Methods
EmptyStackException
public
class
EmptyStackException
extends RuntimeException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | java.util.EmptyStackException |
Thrown by methods in the Stack
class to indicate
that the stack is empty.
See also:
Summary
Public constructors | |
---|---|
EmptyStackException()
Constructs a new |
Inherited methods | |
---|---|
Public constructors
EmptyStackException
Added in API level 1
public EmptyStackException ()
Constructs a new EmptyStackException
with null
as its error message string.