java.util
Class EmptyStackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.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
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyStackException

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