Uses of Class
graphql.execution.DataFetcherExceptionHandlerResult
-
Packages that use DataFetcherExceptionHandlerResult Package Description graphql.execution -
-
Uses of DataFetcherExceptionHandlerResult in graphql.execution
Methods in graphql.execution that return DataFetcherExceptionHandlerResult Modifier and Type Method Description DataFetcherExceptionHandlerResultDataFetcherExceptionHandlerResult.Builder. build()private DataFetcherExceptionHandlerResultSimpleDataFetcherExceptionHandler. handleExceptionImpl(DataFetcherExceptionHandlerParameters handlerParameters)Methods in graphql.execution that return types with arguments of type DataFetcherExceptionHandlerResult Modifier and Type Method Description java.util.concurrent.CompletableFuture<DataFetcherExceptionHandlerResult>DataFetcherExceptionHandler. handleException(DataFetcherExceptionHandlerParameters handlerParameters)When an exception occurs during a call to aDataFetcherthen 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)
-