Class GraphQLRequestExecutionUncheckedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.graphql_java_generator.exception.GraphQLRequestExecutionUncheckedException
- All Implemented Interfaces:
GraphQLRequestExecutionExceptionInterface,Serializable
public class GraphQLRequestExecutionUncheckedException
extends RuntimeException
implements GraphQLRequestExecutionExceptionInterface
This class is the unchecked exception version of the
GraphQLRequestExecutionException. It is used in reactive
implementation to propagate an exception that would occur during the request execution, typically an (or more) error
returned by the server.- Author:
- etienne-sf
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionList<org.springframework.graphql.ResponseError>Retrieve the checked exception that is the source of this exceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GraphQLRequestExecutionUncheckedException
-
-
Method Details
-
getGraphQLRequestExecutionException
Retrieve the checked exception that is the source of this exception -
getErrors
- Specified by:
getErrorsin interfaceGraphQLRequestExecutionExceptionInterface
-