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.
-
IllegalValue(String)
- Construct this exception object.
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