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
,BaseError
,GraphqlErrorException
,InputMapDefinesTooManyFieldsException
,InvalidSchemaException
,InvalidSyntaxException
,MissingRootTypeException
,NonNullableValueCoercedAsNullException
,OneOfNullValueException
,OneOfTooManyKeysException
,SchemaProblem
,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)
-