org.sonar.api.utils.dag
Class CyclicDependenciesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sonar.api.utils.SonarException
                  extended by org.sonar.api.utils.dag.CyclicDependenciesException
All Implemented Interfaces:
Serializable

public class CyclicDependenciesException
extends SonarException

Since:
1.10
See Also:
Serialized Form

Constructor Summary
CyclicDependenciesException()
           
CyclicDependenciesException(String s)
           
CyclicDependenciesException(String s, Throwable throwable)
           
CyclicDependenciesException(Throwable throwable)
           
 
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

CyclicDependenciesException

public CyclicDependenciesException()

CyclicDependenciesException

public CyclicDependenciesException(String s)

CyclicDependenciesException

public CyclicDependenciesException(String s,
                                   Throwable throwable)

CyclicDependenciesException

public CyclicDependenciesException(Throwable throwable)


Copyright © 2009 SonarSource SA. All Rights Reserved.