Class 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:
    Serialized Form
    • Field Detail

      • cycleNodes

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

      • dotString

        public String dotString()