Package org.mpi_sws.jmc.strategies.trust
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
Exception thrown when the graph has cycles.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGraphCycleException(String message) Initializes a new graph cycle exception with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GraphCycleException
Initializes a new graph cycle exception with the given message.- Parameters:
message- The message for the exception.
-