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(String s)
           
 
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(String s)


Copyright © 2009-2013 SonarSource. All Rights Reserved.