All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class tw.edu.ncnu.im.cnclab.JGAP.TooManyVerticesException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----tw.edu.ncnu.im.cnclab.JGAP.TooManyVerticesException

public class TooManyVerticesException
extends Exception
Thrown if an application attempts to create a graph with greater vertice than a graph can contain.

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

Constructor Index

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

Constructors

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

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

Parameters:
message - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index