Uses of Class
graphql.execution.DataFetcherExceptionHandlerParameters
-
Packages that use DataFetcherExceptionHandlerParameters Package Description graphql.execution -
-
Uses of DataFetcherExceptionHandlerParameters in graphql.execution
Methods in graphql.execution that return DataFetcherExceptionHandlerParameters Modifier and Type Method Description DataFetcherExceptionHandlerParameters
DataFetcherExceptionHandlerParameters.Builder. build()
Methods in graphql.execution with parameters of type DataFetcherExceptionHandlerParameters Modifier and Type Method Description private <T> java.util.concurrent.CompletableFuture<T>
ExecutionStrategy. asyncHandleException(DataFetcherExceptionHandler handler, DataFetcherExceptionHandlerParameters handlerParameters)
java.util.concurrent.CompletableFuture<DataFetcherExceptionHandlerResult>
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.java.util.concurrent.CompletableFuture<DataFetcherExceptionHandlerResult>
SimpleDataFetcherExceptionHandler. handleException(DataFetcherExceptionHandlerParameters handlerParameters)
private DataFetcherExceptionHandlerResult
SimpleDataFetcherExceptionHandler. handleExceptionImpl(DataFetcherExceptionHandlerParameters handlerParameters)
-