Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)

Class java.util.EmptyStackException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.util.EmptyStackException

public class EmptyStackException
extends RuntimeException

Thrown by methods in the Stack class to indicate that the stack is empty.

Since:
JDK1.0
See Also:
Stack

Constructor Index

EmptyStackException()
Constructs a new EmptyStackException with no detail message.

Constructors

EmptyStackException
 public EmptyStackException()
Constructs a new EmptyStackException with no detail message.


Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)