org.apache.commons.graph.exception
Class NoPathException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.commons.graph.exception.GraphException
                  extended byorg.apache.commons.graph.exception.NoPathException
All Implemented Interfaces:
java.io.Serializable

public class NoPathException
extends GraphException

Description of the Class

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.graph.exception.GraphException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NoPathException()
          Constructor for the NoPathException object
NoPathException(java.lang.String msg)
          Constructor for the NoPathException object
NoPathException(java.lang.Throwable t)
          Constructor for the NoPathException object
 
Methods inherited from class org.apache.commons.graph.exception.GraphException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoPathException

public NoPathException()
Constructor for the NoPathException object


NoPathException

public NoPathException(java.lang.String msg)
Constructor for the NoPathException object

Parameters:
msg -

NoPathException

public NoPathException(java.lang.Throwable t)
Constructor for the NoPathException object

Parameters:
t -