Class GraphQlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.allGraphQLCases.server.config.GraphQlException
All Implemented Interfaces:
graphql.GraphQLError, Serializable

public class GraphQlException extends RuntimeException implements graphql.GraphQLError
Author:
etienne-sf
See Also:
  • Constructor Details

    • GraphQlException

      public GraphQlException(String msg)
  • 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