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 DataFetcherExceptionHandlerResult
DataFetcherExceptionHandlerResult.Builder. build()
private DataFetcherExceptionHandlerResult
SimpleDataFetcherExceptionHandler. 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 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)
-