Class SourceDataFetcherExceptionHandler

  • All Implemented Interfaces:
    graphql.execution.DataFetcherExceptionHandler

    public class SourceDataFetcherExceptionHandler
    extends graphql.execution.SimpleDataFetcherExceptionHandler
    • Constructor Detail

      • SourceDataFetcherExceptionHandler

        public SourceDataFetcherExceptionHandler()
    • Method Detail

      • handleException

        @NotNull
        public @NotNull CompletableFuture<graphql.execution.DataFetcherExceptionHandlerResult> handleException​(@NotNull
                                                                                                               @NotNull graphql.execution.DataFetcherExceptionHandlerParameters handlerParameters)
        Specified by:
        handleException in interface graphql.execution.DataFetcherExceptionHandler
        Overrides:
        handleException in class graphql.execution.SimpleDataFetcherExceptionHandler