All Packages Class Hierarchy This Package Previous Next Index
Class tw.edu.ncnu.im.cnclab.JGAP.NoSuchVertexException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----tw.edu.ncnu.im.cnclab.JGAP.NoSuchVertexException
- public class NoSuchVertexException
- extends RuntimeException
Thrown if an application attempts to access (usually add)
vertex which is absent.
- Version:
- 0.4 Jul 8, 1999
- Author:
- Ding-Yi Chen
-
NoSuchVertexException()
- Constructs an
NoSuchVertexException with no detail message.
-
NoSuchVertexException(String)
- Constructs an
NoSuchVertexException with the specified
detail message.
NoSuchVertexException
public NoSuchVertexException()
- Constructs an
NoSuchVertexException with no detail message.
NoSuchVertexException
public NoSuchVertexException(String message)
- Constructs an
NoSuchVertexException with the specified
detail message.
- Parameters:
- message - the detail message.
All Packages Class Hierarchy This Package Previous Next Index