jdsl.graph.algo
Class AnachronismException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.graph.algo.AnachronismException
All Implemented Interfaces:
java.io.Serializable

public class AnachronismException
extends java.lang.RuntimeException

This is an exception thrown specifically by the DFS to signify that an internal error has arisen in the computation of start/finish times.

Version:
$Revision: 1.2 $, $Date: 1999/08/31 20:36:41 $
Author:
Keith Schmidt (kas)
See Also:
Serialized Form

Constructor Summary
AnachronismException()
          A default constructor.
AnachronismException(java.lang.String msg)
          A constructor that takes a String that (hopefully) contains a relevant message about the circumstances under which this exception was thrown.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnachronismException

public AnachronismException()
A default constructor.

AnachronismException

public AnachronismException(java.lang.String msg)
A constructor that takes a String that (hopefully) contains a relevant message about the circumstances under which this exception was thrown.