Indicates a cycle was detected in a graph expected to be acyclic.
- Implemented types
Constructors
- CycleException.new(T involved)
- Creates a new cycle exception with a single vertex involved in the cycle.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- involved → T
-
An arbitrary vertex involved in the cycle.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited