All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.util.queue.EmptyQueueException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----semper.util.queue.EmptyQueueException

public class EmptyQueueException
extends RuntimeException
Implements the empty-queue exception.

Version:
beta-1.0, 26.7.96
Author:
Mehdi Nassehi

Constructor Index

 o EmptyQueueException()
Constructs a new EmptyQueueException.

Constructors

 o EmptyQueueException
 public EmptyQueueException()
Constructs a new EmptyQueueException.


All Packages  Class Hierarchy  This Package  Previous  Next  Index