All Packages Class Hierarchy This Package Previous Next Index
Class jdsl.simple.api.StackEmptyException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----jdsl.simple.api.StackEmptyException
- public class StackEmptyException
- extends RuntimeException
Runtime exception thrown when one tries to perform operation top or
pop on an empty stack.
- Version:
- $Revision: 1.2 $, $Date: 1998/07/02 21:24:53 $
- Author:
- Natasha Gelfand, Michael T. Goodrich, Roberto Tamassia
-
StackEmptyException(String)
-
StackEmptyException
public StackEmptyException(String err)
All Packages Class Hierarchy This Package Previous Next Index