Class ModelTransformException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.smithy.model.transform.ModelTransformException
All Implemented Interfaces:
Serializable

public final class ModelTransformException extends RuntimeException
Exception thrown when a model transformation error occurs.
See Also:
  • Constructor Details

    • ModelTransformException

      public ModelTransformException(String message)
    • ModelTransformException

      public ModelTransformException(String message, Throwable previous)