jdsl.simple.api
Class StackEmptyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.simple.api.StackEmptyException

public class StackEmptyException
extends java.lang.RuntimeException

Runtime exception thrown when one tries to perform operation top or pop on an empty stack.

Author:
Natasha Gelfand, Michael T. Goodrich, Roberto Tamassia
See Also:
Serialized Form

Constructor Summary
StackEmptyException(java.lang.String err)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StackEmptyException

public StackEmptyException(java.lang.String err)