Package graphql
Class GraphQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
graphql.GraphQLException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbortExecutionException,AssertException,DirectiveIllegalArgumentTypeError,DirectiveIllegalLocationError,DirectiveIllegalReferenceError,DirectiveMissingNonNullArgumentError,DirectiveRedefinitionError,DirectiveUndeclaredError,DirectiveUnknownArgumentError,GraphqlErrorException,IllegalNameError,InputMapDefinesTooManyFieldsException,InterfaceFieldArgumentNotOptionalError,InterfaceFieldArgumentRedefinitionError,InterfaceFieldRedefinitionError,InterfaceImplementedMoreThanOnceError,InterfaceImplementingItselfError,InterfaceWithCircularImplementationHierarchyError,InvalidSchemaException,InvalidSyntaxException,MissingInterfaceFieldArgumentsError,MissingInterfaceFieldError,MissingInterfaceTypeError,MissingRootTypeException,MissingScalarImplementationError,MissingTransitiveInterfaceError,MissingTypeError,MissingTypeResolverError,NonNullableValueCoercedAsNullException,NonSDLDefinitionError,NonUniqueArgumentError,NonUniqueDirectiveError,NonUniqueNameError,NotAnInputTypeError,NotAnOutputTypeError,OneOfNullValueException,OneOfTooManyKeysException,OperationRedefinitionError,OperationTypesMustBeObjects,QueryOperationMissingError,SchemaMissingError,SchemaProblem,SchemaRedefinitionError,StrictModeWiringException,TypeExtensionDirectiveRedefinitionError,TypeExtensionEnumValueRedefinitionError,TypeExtensionFieldRedefinitionError,TypeExtensionMissingBaseTypeError,TypeRedefinitionError,UnionTypeError,UnknownOperationException,UnresolvedTypeException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGraphQLException(String message) GraphQLException(String message, Throwable cause) GraphQLException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GraphQLException
public GraphQLException() -
GraphQLException
-
GraphQLException
-
GraphQLException
-