Uses of Class
graphql.execution.DataFetcherExceptionHandlerResult
Packages that use DataFetcherExceptionHandlerResult
-
Uses of DataFetcherExceptionHandlerResult in graphql.execution
Methods in graphql.execution that return DataFetcherExceptionHandlerResultModifier and TypeMethodDescriptionDataFetcherExceptionHandlerResult.Builder.build()
SimpleDataFetcherExceptionHandler.handleExceptionImpl
(DataFetcherExceptionHandlerParameters handlerParameters) Methods in graphql.execution that return types with arguments of type DataFetcherExceptionHandlerResultModifier and TypeMethodDescriptionDataFetcherExceptionHandler.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)