All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

public class NoSuchEdgeException
extends RuntimeException
Thrown if an application attempts to access (usually add) edge which is absent.

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

Constructor Index

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

Constructors

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

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

Parameters:
message - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index