Uses of Class
graphql.execution.AbortExecutionException
-
Packages that use AbortExecutionException Package Description graphql graphql.analysis -
-
Uses of AbortExecutionException in graphql
Methods in graphql with parameters of type AbortExecutionException Modifier and Type Method Description private java.util.concurrent.CompletableFuture<ExecutionResult>GraphQL. handleAbortException(ExecutionInput executionInput, InstrumentationState instrumentationState, AbortExecutionException abortException) -
Uses of AbortExecutionException in graphql.analysis
Methods in graphql.analysis that return AbortExecutionException Modifier and Type Method Description protected AbortExecutionExceptionMaxQueryComplexityInstrumentation. mkAbortException(int totalComplexity, int maxComplexity)Called to generate your own error message or custom exception classprotected AbortExecutionExceptionMaxQueryDepthInstrumentation. mkAbortException(int depth, int maxDepth)Called to generate your own error message or custom exception class
-