Class GraphQLRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencastproject.graphql.exception.GraphQLRuntimeException
All Implemented Interfaces:
graphql.GraphQLError, Serializable

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

  • Method Details

    • getLocations

      public List<graphql.language.SourceLocation> getLocations()
      Specified by:
      getLocations in interface graphql.GraphQLError
    • getErrorType

      public graphql.ErrorClassification getErrorType()
      Specified by:
      getErrorType in interface graphql.GraphQLError
    • getPath

      public List<Object> getPath()
      Specified by:
      getPath in interface graphql.GraphQLError
    • toSpecification

      public Map<String,Object> toSpecification()
      Specified by:
      toSpecification in interface graphql.GraphQLError
    • getExtensions

      public Map<String,Object> getExtensions()
      Specified by:
      getExtensions in interface graphql.GraphQLError