All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.simple.api.DequeEmptyException

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

public class DequeEmptyException
extends RuntimeException
Runtime exception thrown when one tries to perform an access or removal operation on an empty dequeue.

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

Constructor Index

 o DequeEmptyException(String)

Constructors

 o DequeEmptyException
 public DequeEmptyException(String err)

All Packages  Class Hierarchy  This Package  Previous  Next  Index