Uses of Class
graphql.ExceptionWhileDataFetching
-
Packages that use ExceptionWhileDataFetching Package Description graphql.execution -
-
Uses of ExceptionWhileDataFetching in graphql.execution
Methods in graphql.execution with parameters of type ExceptionWhileDataFetching Modifier and Type Method Description protected void
SimpleDataFetcherExceptionHandler. logException(ExceptionWhileDataFetching error, java.lang.Throwable exception)
Called to log the exception - a subclass could choose to something different in logging terms
-