Class CycleDependenciesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.component.chain.dependencies.ordering.CycleDependenciesException
All Implemented Interfaces:
Serializable

public class CycleDependenciesException extends RuntimeException
Signals that the dependency graph contains cycles. A DOT language representation of the cycle is available to help solve the problem (GraphViz).
Author:
Tony Vaagenes
See Also:
  • Field Details

    • cycleNodes

      public Map<String,com.yahoo.component.chain.dependencies.ordering.NameProvider> cycleNodes
  • Method Details

    • dotString

      public String dotString()