Class GraphQLSchemaException

All Implemented Interfaces:
Serializable

public class GraphQLSchemaException extends RuntimeException
Thrown when a GraphQL schema or query cannot be parsed, or a schema-valid response cannot be synthesized for a request.
See Also:
  • Constructor Details

    • GraphQLSchemaException

      public GraphQLSchemaException(String message)
    • GraphQLSchemaException

      public GraphQLSchemaException(String message, Throwable cause)