Class MissingInterfaceFieldArgumentsError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
graphql.GraphQLException
graphql.schema.idl.errors.BaseError
graphql.schema.idl.errors.MissingInterfaceFieldArgumentsError
- All Implemented Interfaces:
GraphQLError, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface GraphQLError
GraphQLError.Builder<B> -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionMissingInterfaceFieldArgumentsError(String typeOfType, ImplementingTypeDefinition typeDefinition, InterfaceTypeDefinition interfaceTypeDef, FieldDefinition objectFieldDef) -
Method Summary
Methods inherited from class BaseError
equals, getErrorType, getLocations, hashCode, lineCol, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from interface GraphQLError
getExtensions, getMessage, getPath, toSpecification
-
Constructor Details
-
MissingInterfaceFieldArgumentsError
public MissingInterfaceFieldArgumentsError(String typeOfType, ImplementingTypeDefinition typeDefinition, InterfaceTypeDefinition interfaceTypeDef, FieldDefinition objectFieldDef)
-