Uses of Class
graphql.execution.DataFetcherExceptionHandlerParameters
Packages that use DataFetcherExceptionHandlerParameters
-
Uses of DataFetcherExceptionHandlerParameters in graphql.execution
Methods in graphql.execution that return DataFetcherExceptionHandlerParametersMethods in graphql.execution with parameters of type DataFetcherExceptionHandlerParametersModifier and TypeMethodDescriptionprivate <T> CompletableFuture
<T> ExecutionStrategy.asyncHandleException
(DataFetcherExceptionHandler handler, DataFetcherExceptionHandlerParameters handlerParameters) DataFetcherExceptionHandler.handleException
(DataFetcherExceptionHandlerParameters handlerParameters) When an exception occurs during a call to aDataFetcher
then this handler is called to shape the errors that should be placed in theExecutionResult.getErrors()
list of errors.SimpleDataFetcherExceptionHandler.handleException
(DataFetcherExceptionHandlerParameters handlerParameters) SimpleDataFetcherExceptionHandler.handleExceptionImpl
(DataFetcherExceptionHandlerParameters handlerParameters)