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 Constructor Description SourceDataFetcherExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull CompletableFuture<graphql.execution.DataFetcherExceptionHandlerResult>handleException(@NotNull graphql.execution.DataFetcherExceptionHandlerParameters handlerParameters)
-
-
-
Method Detail
-
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
-
-