Class KlassGraphQLErrorHandler

java.lang.Object
graphql.kickstart.execution.error.DefaultGraphQLErrorHandler
cool.klass.dropwizard.bundle.graphql.KlassGraphQLErrorHandler
All Implemented Interfaces:
graphql.kickstart.execution.error.GraphQLErrorHandler

public class KlassGraphQLErrorHandler extends graphql.kickstart.execution.error.DefaultGraphQLErrorHandler
  • Constructor Details

    • KlassGraphQLErrorHandler

      public KlassGraphQLErrorHandler()
  • Method Details

    • processErrors

      public List<graphql.GraphQLError> processErrors(List<graphql.GraphQLError> errors)
      Specified by:
      processErrors in interface graphql.kickstart.execution.error.GraphQLErrorHandler
      Overrides:
      processErrors in class graphql.kickstart.execution.error.DefaultGraphQLErrorHandler
    • logError

      protected void logError(graphql.GraphQLError error)
      Overrides:
      logError in class graphql.kickstart.execution.error.DefaultGraphQLErrorHandler
    • filterGraphQLErrors

      protected List<graphql.GraphQLError> filterGraphQLErrors(List<graphql.GraphQLError> errors)
      Overrides:
      filterGraphQLErrors in class graphql.kickstart.execution.error.DefaultGraphQLErrorHandler
    • isClientError

      protected boolean isClientError(graphql.GraphQLError error)
      Overrides:
      isClientError in class graphql.kickstart.execution.error.DefaultGraphQLErrorHandler