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 Details

    • ThrowableGraphQLError

      public ThrowableGraphQLError(Throwable throwable)
    • ThrowableGraphQLError

      public ThrowableGraphQLError(Throwable throwable, String message)
  • Method Details

    • getType

      public String getType()
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object