Class TopologicalShapeSort.CycleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.smithy.model.loader.TopologicalShapeSort.CycleException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- TopologicalShapeSort
public static final class TopologicalShapeSort.CycleException extends java.lang.RuntimeException
Thrown when cycles exist between shapes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CycleException(java.util.Set<ShapeId> unresolved, java.util.List<ShapeId> resolved)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ShapeId>
getResolved()
java.util.Set<ShapeId>
getUnresolved()
Gets the entire set of shapes that could not be resolved.
-