Package nzilbb.util

Class CircularDependencyException

  • All Implemented Interfaces:
    Serializable

    public class CircularDependencyException
    extends Exception
    Exception thrown when DependencyGraph detects a circular dependency.
    Author:
    Robert Fromont robert@fromont.net.nz
    See Also:
    Serialized Form
    • Constructor Detail

      • CircularDependencyException

        public CircularDependencyException​(DependencyNode node)
        Default constructor.
    • Method Detail

      • getNode

        public DependencyNode getNode()
        Getter for node: The node with the circular dependency.
        Returns:
        The node with the circular dependency.
      • toString

        public String toString()
        String representation of the object.
        Overrides:
        toString in class Throwable
        Returns:
        String representation of the object.