All Packages  Class Hierarchy  This Package  Previous  Next  Index  
Class Exceptions.IllegalValue
java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----Exceptions.IllegalValue
- public class IllegalValue
- extends Exception
Exception class for illegal decrease key
operations in pairing heaps.
 
 IllegalValue(String) IllegalValue(String)
- Construct this exception object.
 
 IllegalValue
IllegalValue
public IllegalValue(String message)
- Construct this exception object.
 
- 
- Parameters:
- message - the error message.
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index