All Packages Class Hierarchy This Package Previous Next Index
Class jdsl.simple.ref.QueueFullException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----jdsl.simple.ref.QueueFullException
- public class QueueFullException
- extends RuntimeException
Runtime exception thrown when the capacity of the array used by an
ArrayQueue has been exceeded.
- Version:
- JDSL 1.0 beta, January 1998
- Author:
- Natasha Gelfand, Roberto Tamassia
- See Also:
- ArrayQueue
-
QueueFullException(String)
-
QueueFullException
public QueueFullException(String err)
All Packages Class Hierarchy This Package Previous Next Index