All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class rpi.goldsd.graph.VertexNotFoundException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----rpi.goldsd.graph.VertexNotFoundException

public class VertexNotFoundException
extends RuntimeException
The VertexNotFoundException class represents an exception that should be thrown when a method fails because a required vertex was not found.

Version:
2.0, 3/28/98
Author:
David Goldschmidt

Constructor Index

 o VertexNotFoundException()
The default constructor simply calls the default constructor of the parent class RuntimeException.
 o VertexNotFoundException(String)
This constructor calls the corresponding constructor of the parent class RuntimeException with the String argument to be displayed.

Constructors

 o VertexNotFoundException
 public VertexNotFoundException()
The default constructor simply calls the default constructor of the parent class RuntimeException.

 o VertexNotFoundException
 public VertexNotFoundException(String s)
This constructor calls the corresponding constructor of the parent class RuntimeException with the String argument to be displayed.

Parameters:
s - the String object to be displayed.

All Packages  Class Hierarchy  This Package  Previous  Next  Index