Package io.fria.lilo.error
Class SourceDataFetcherExceptionHandler
java.lang.Object
graphql.execution.SimpleDataFetcherExceptionHandler
io.fria.lilo.error.SourceDataFetcherExceptionHandler
- All Implemented Interfaces:
graphql.execution.DataFetcherExceptionHandler
public class SourceDataFetcherExceptionHandler
extends graphql.execution.SimpleDataFetcherExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull CompletableFuture<graphql.execution.DataFetcherExceptionHandlerResult> handleException(@NotNull graphql.execution.DataFetcherExceptionHandlerParameters handlerParameters) Methods inherited from class graphql.execution.SimpleDataFetcherExceptionHandler
logException, unwrap
-
Constructor Details
-
SourceDataFetcherExceptionHandler
public SourceDataFetcherExceptionHandler()
-
-
Method Details
-
handleException
@NotNull public @NotNull CompletableFuture<graphql.execution.DataFetcherExceptionHandlerResult> handleException(@NotNull @NotNull graphql.execution.DataFetcherExceptionHandlerParameters handlerParameters) - Specified by:
handleExceptionin interfacegraphql.execution.DataFetcherExceptionHandler- Overrides:
handleExceptionin classgraphql.execution.SimpleDataFetcherExceptionHandler
-