All Packages Class Hierarchy This Package Previous Next Index
Class rpi.goldsd.graph.InternalGraphError
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Error
|
+----rpi.goldsd.graph.InternalGraphError
- public class InternalGraphError
- extends Error
The InternalGraphError class is used to provide a mechanism
for the graph package classes and methods to abort operation due to an
arbitrary error condition.
- Version:
- 2.0, 4/8/98
- Author:
- David Goldschmidt
-
InternalGraphError()
- The default constructor simply calls the default constructor
of the parent class Error.
-
InternalGraphError(String)
- This constructor calls the corresponding constructor of the
parent class Error with the String argument
to be displayed.
InternalGraphError
public InternalGraphError()
- The default constructor simply calls the default constructor
of the parent class Error.
InternalGraphError
public InternalGraphError(String s)
- This constructor calls the corresponding constructor of the
parent class Error with the String argument
to be displayed.
- Parameters:
- s - the String object to be displayed.
All Packages Class Hierarchy This Package Previous Next Index