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, BaseError, GraphqlErrorException, InputMapDefinesTooManyFieldsException, InvalidSchemaException, InvalidSyntaxException, MissingRootTypeException, NonNullableValueCoercedAsNullException, OneOfNullValueException, OneOfTooManyKeysException, SchemaProblem, UnknownOperationException, UnresolvedTypeException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGraphQLException(String message) GraphQLException(String message, Throwable cause) GraphQLException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GraphQLException
public GraphQLException() -
GraphQLException
-
GraphQLException
-
GraphQLException
-