Class CyclicException

All Implemented Interfaces:
Serializable

public class CyclicException extends RuntimeException
This class is thrown from a Graph that contains circular references that cannot be dealt with.
See Also:
  • Constructor Details

    • CyclicException

      public CyclicException(String msg)