Class CycleDependenciesException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CycleDependenciesException
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​com.yahoo.component.chain.dependencies.ordering.NameProvider> cycleNodes  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String dotString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • cycleNodes

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

      • dotString

        public java.lang.String dotString()