CycleException<T> constructor

CycleException<T>(
  1. Iterable<T> cycle
)

Implementation

CycleException(Iterable<T> cycle) : cycle = List.unmodifiable(cycle);