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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull graphql.execution.DataFetcherExceptionHandlerResult
    onException(@NotNull graphql.execution.DataFetcherExceptionHandlerParameters handlerParameters)
     

    Methods inherited from class graphql.execution.SimpleDataFetcherExceptionHandler

    handleException, logException, unwrap

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SourceDataFetcherExceptionHandler

      public SourceDataFetcherExceptionHandler()
  • Method Details

    • onException

      @NotNull public @NotNull graphql.execution.DataFetcherExceptionHandlerResult onException(@NotNull @NotNull graphql.execution.DataFetcherExceptionHandlerParameters handlerParameters)
      Specified by:
      onException in interface graphql.execution.DataFetcherExceptionHandler
      Overrides:
      onException in class graphql.execution.SimpleDataFetcherExceptionHandler