All Packages Class Hierarchy This Package Previous Next Index
Class Exceptions.Underflow
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----Exceptions.Underflow
- public class Underflow
- extends java.lang.Exception
Exception class for access in empty containers
such as stacks, queues, and priority queues.
-
Underflow(String)
- Construct this exception object.
Underflow
public Underflow(java.lang.String message)
- Construct this exception object.
- Parameters:
- message - the error message.
All Packages Class Hierarchy This Package Previous Next Index