Package graphql
Class GraphQLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- graphql.GraphQLException
-
- All Implemented Interfaces:
java.io.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
,TypeExtensionDirectiveRedefinitionError
,TypeExtensionEnumValueRedefinitionError
,TypeExtensionFieldRedefinitionError
,TypeExtensionMissingBaseTypeError
,TypeRedefinitionError
,UnionTypeError
,UnknownOperationException
,UnresolvedTypeException
public class GraphQLException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GraphQLException()
GraphQLException(java.lang.String message)
GraphQLException(java.lang.String message, java.lang.Throwable cause)
GraphQLException(java.lang.Throwable cause)
-