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 java.lang.Exception
Exception class for illegal decrease key operations in pairing heaps.


Constructor Index

 o IllegalValue(String)
Construct this exception object.

Constructors

 o IllegalValue
 public IllegalValue(java.lang.String message)
Construct this exception object.

Parameters:
message - the error message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index