Package graphql

Class 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

public class GraphQLException extends RuntimeException
See Also:
  • Constructor Details

    • GraphQLException

      public GraphQLException()
    • GraphQLException

      public GraphQLException(String message)
    • GraphQLException

      public GraphQLException(String message, Throwable cause)
    • GraphQLException

      public GraphQLException(Throwable cause)