All Packages Class Hierarchy This Package Previous Next Index
Class tw.edu.ncnu.im.cnclab.DataStru.IllegalValue
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----tw.edu.ncnu.im.cnclab.DataStru.IllegalValue
- public class IllegalValue
- extends Exception
Exception class for illegal decrease key
operations in pairing heaps.
- Author:
- Mark Allen Weiss
-
IllegalValue(String)
- Construct this exception object.
IllegalValue
public IllegalValue(String message)
- Construct this exception object.
- Parameters:
- message - the error message.
All Packages Class Hierarchy This Package Previous Next Index