Package graphql.kickstart.spring.error
Class ThrowableGraphQLError
java.lang.Object
graphql.kickstart.execution.error.GenericGraphQLError
graphql.kickstart.spring.error.ThrowableGraphQLError
- All Implemented Interfaces:
graphql.GraphQLError,Serializable
public class ThrowableGraphQLError
extends graphql.kickstart.execution.error.GenericGraphQLError
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThrowableGraphQLError(Throwable throwable) ThrowableGraphQLError(Throwable throwable, String message) -
Method Summary
Methods inherited from class graphql.kickstart.execution.error.GenericGraphQLError
getErrorType, getLocations, getMessageMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface graphql.GraphQLError
getExtensions, getPath, toSpecification