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.


Constructor Index

 o QueueEmptyException(String)

Constructors

 o QueueEmptyException
 public QueueEmptyException(String err)

All Packages  Class Hierarchy  This Package  Previous  Next  Index