All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.simple.api.QueueEmptyException

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

public class QueueEmptyException
extends RuntimeException
Runtime exception thrown when one tries to perform operation front or dequeue on an empty queue.

Version:
$Revision: 1.2 $, $Date: 1998/07/02 21:24:44 $
Author:
Natasha Gelfand, Michael T. Goodrich, Roberto Tamassia

Constructor Index

 o QueueEmptyException(String)

Constructors

 o QueueEmptyException
 public QueueEmptyException(String err)

All Packages  Class Hierarchy  This Package  Previous  Next  Index