Class GoodFaithIntrospectionExceeded

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
graphql.validation.GoodFaithIntrospectionExceeded
All Implemented Interfaces:
Serializable

@NullMarked public class GoodFaithIntrospectionExceeded extends RuntimeException
Exception thrown when a good-faith introspection check fails during validation. This exception is NOT caught by the Validator — it propagates up to GraphQL.parseAndValidate() where it is converted to a GoodFaithIntrospection.BadFaithIntrospectionError.
See Also: