org.apache.commons.graph.exception
Class NegativeCycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.commons.graph.exception.GraphException
                  extended by org.apache.commons.graph.exception.NegativeCycleException
All Implemented Interfaces:
java.io.Serializable

public class NegativeCycleException
extends GraphException

Description of the Class

See Also:
Serialized Form

Constructor Summary
NegativeCycleException()
          Constructor for the NegativeCycleException object
NegativeCycleException(java.lang.String msg)
          Constructor for the NegativeCycleException object
NegativeCycleException(java.lang.Throwable cause)
          Constructor for the NegativeCycleException object
 
Method Summary
 
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

NegativeCycleException

public NegativeCycleException()
Constructor for the NegativeCycleException object


NegativeCycleException

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

Parameters:
msg -

NegativeCycleException

public NegativeCycleException(java.lang.Throwable cause)
Constructor for the NegativeCycleException object

Parameters:
cause -