Class GoodFaithIntrospectionExceeded
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
graphql.validation.GoodFaithIntrospectionExceeded
- All Implemented Interfaces:
Serializable
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:
-
Method Summary
Modifier and TypeMethodDescriptiontooBigOperation(String message) tooManyFields(String fieldCoordinate) Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
tooManyFields
-
tooBigOperation
-
toBadFaithError
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-