Class ExecutionGraph.TopologicalSorter.GraphCycleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mpi_sws.jmc.strategies.trust.ExecutionGraph.TopologicalSorter.GraphCycleException
All Implemented Interfaces:
Serializable
Enclosing class:
ExecutionGraph.TopologicalSorter

public static class ExecutionGraph.TopologicalSorter.GraphCycleException extends Exception
Exception thrown when the graph has cycles.
See Also:
  • Constructor Details

    • GraphCycleException

      public GraphCycleException(String message)
      Initializes a new graph cycle exception with the given message.
      Parameters:
      message - The message for the exception.