Class java.util.EmptyStackException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.util.EmptyStackException

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

public class EmptyStackException
extends RuntimeException
Signals that the stack is empty.
See Also:
Stack

Constructor Index

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

Constructors

 o EmptyStackException
  public EmptyStackException()
Constructs a new EmptySackException with no detail message. A detail message is a String that describes the exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index