Class GraphQLNotFoundException

All Implemented Interfaces:
graphql.GraphQLError, Serializable

public class GraphQLNotFoundException extends GraphQLRuntimeException implements graphql.GraphQLError
See Also:
  • Constructor Details

    • GraphQLNotFoundException

      public GraphQLNotFoundException(String message)
  • Method Details

    • getLocations

      public List<graphql.language.SourceLocation> getLocations()
      Specified by:
      getLocations in interface graphql.GraphQLError
      Overrides:
      getLocations in class GraphQLRuntimeException