jdsl.simple.api
Class QueueEmptyException

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

public class QueueEmptyException
extends java.lang.RuntimeException

Runtime exception thrown when one tries to perform operation front or dequeue on an empty queue.

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

Constructor Summary
QueueEmptyException(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

QueueEmptyException

public QueueEmptyException(java.lang.String err)