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