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