Class semper.util.queue.EmptyQueueException
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
-
EmptyQueueException()
- Constructs a new EmptyQueueException.
EmptyQueueException
public EmptyQueueException()
- Constructs a new EmptyQueueException.
All Packages Class Hierarchy This Package Previous Next Index