java.util
Class EmptyStackException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.util.EmptyStackException

public class EmptyStackException
extends RuntimeException

An exception thrown by some stack class methods to indicate that the stack is empty


Constructor Summary
EmptyStackException()
          creates a new exception wit null message string
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

EmptyStackException

public EmptyStackException()
creates a new exception wit null message string