Class SmithyTestSuite.Error
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.smithy.model.validation.testrunner.SmithyTestSuite.Error
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- SmithyTestSuite
public static final class SmithyTestSuite.Error extends java.lang.RuntimeException
Thrown when errors are encountered in the test runner.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description SmithyTestSuite.Result
result
-
-
-
Field Detail
-
result
public final SmithyTestSuite.Result result
-
-