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

public static final class TopologicalShapeSort.CycleException extends RuntimeException
Thrown when cycles exist between shapes.
See Also:
  • Constructor Details

  • Method Details

    • getUnresolved

      public Set<ShapeId> getUnresolved()
      Gets the entire set of shapes that could not be resolved.
      Returns:
      Returns the set of unresolved shapes.
    • getResolved

      public List<ShapeId> getResolved()
      Returns:
      Returns the set of resolved shapes.