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 graphql.execution.DataFetcherExceptionHandlerResultonException(@NotNull graphql.execution.DataFetcherExceptionHandlerParameters handlerParameters)
-
-
-
Method Detail
-
onException
@NotNull public @NotNull graphql.execution.DataFetcherExceptionHandlerResult onException(@NotNull @NotNull graphql.execution.DataFetcherExceptionHandlerParameters handlerParameters)- Specified by:
onExceptionin interfacegraphql.execution.DataFetcherExceptionHandler- Overrides:
onExceptionin classgraphql.execution.SimpleDataFetcherExceptionHandler
-
-