CycleException<T>  constructor 
- T involved
 
Creates a new cycle exception with a single vertex involved in the cycle.
Implementation
CycleException(this.involved);
Creates a new cycle exception with a single vertex involved in the cycle.
CycleException(this.involved);