All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----tw.edu.ncnu.im.cnclab.Algor.InvalidGraphTypeException
Example:
If the algorithm do not accept undirected graph, throws this exception while undirected graph is given.
InvalidGraphTypeException with no detail message.
InvalidGraphTypeException with the specified
detail message.
public InvalidGraphTypeException()
InvalidGraphTypeException with no detail message.
public InvalidGraphTypeException(String message)
InvalidGraphTypeException with the specified
detail message.
All Packages Class Hierarchy This Package Previous Next Index