Package graphql

Class GraphQLException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbortExecutionException, AssertException, BaseError, GraphqlErrorException, InputMapDefinesTooManyFieldsException, InvalidSchemaException, InvalidSyntaxException, MissingRootTypeException, NonNullableValueCoercedAsNullException, OneOfNullValueException, OneOfTooManyKeysException, SchemaProblem, 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)