org.testinium.graph
Class CycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.testinium.graph.CycleException
All Implemented Interfaces:
java.io.Serializable

public class CycleException
extends java.lang.Exception

CycleException

Version:
1.0
Author:
Thierry Janaudy janaudy@testinium.org
See Also:
Serialized Form

Constructor Summary
CycleException()
          CycleException
CycleException(java.lang.String message)
          CycleException
 
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

CycleException

public CycleException()
CycleException


CycleException

public CycleException(java.lang.String message)
CycleException

Parameters:
message -