salvo.jesus.graph
Class IllegalPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by salvo.jesus.graph.GraphException
              extended by salvo.jesus.graph.IllegalPathException
All Implemented Interfaces:
java.io.Serializable

public class IllegalPathException
extends GraphException

Thrown whenever a method in Path is called that will result to a violation of the definition of a Path.

Author:
Jesus M. Salvo Jr.
See Also:
Serialized Form

Constructor Summary
IllegalPathException()
           
IllegalPathException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalPathException

public IllegalPathException()

IllegalPathException

public IllegalPathException(java.lang.String msg)