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 Exception
Exception class for access in empty containers
such as stacks, queues, and priority queues.
 
 Underflow(String) Underflow(String)
- Construct this exception object.
 
 Underflow
Underflow
public Underflow(String message)
- Construct this exception object.
 
- 
- Parameters:
- message - the error message.
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index