All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tw.edu.ncnu.im.cnclab.Algor.InvalidGraphTypeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----tw.edu.ncnu.im.cnclab.Algor.InvalidGraphTypeException

public class InvalidGraphTypeException
extends RuntimeException
Thrown if invalid type of graph is given to a algorithm.

Example:

If the algorithm do not accept undirected graph, throws this exception while undirected graph is given.

Version:
0.4 Jul 8, 1999
Author:
Ding-Yi Chen

Constructor Index

 o InvalidGraphTypeException()
Constructs an InvalidGraphTypeException with no detail message.
 o InvalidGraphTypeException(String)
Constructs an InvalidGraphTypeException with the specified detail message.

Constructors

 o InvalidGraphTypeException
 public InvalidGraphTypeException()
Constructs an InvalidGraphTypeException with no detail message.

 o InvalidGraphTypeException
 public InvalidGraphTypeException(String message)
Constructs an InvalidGraphTypeException with the specified detail message.

Parameters:
message - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index