public static final class TopologicalShapeSort.CycleException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
CycleException(java.util.Set<ShapeId> unresolved,
java.util.List<ShapeId> resolved) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ShapeId> |
getResolved() |
java.util.Set<ShapeId> |
getUnresolved()
Gets the entire set of shapes that could not be resolved.
|