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:
Serializable
- Enclosing class:
- TopologicalShapeSort
Thrown when cycles exist between shapes.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the entire set of shapes that could not be resolved.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CycleException
-
-
Method Details
-
getUnresolved
Gets the entire set of shapes that could not be resolved.- Returns:
- Returns the set of unresolved shapes.
-
getResolved
- Returns:
- Returns the set of resolved shapes.
-