Class MissingTypeError

    • Constructor Detail

      • MissingTypeError

        public MissingTypeError​(java.lang.String typeOfType,
                                TypeDefinition typeDefinition,
                                TypeName typeName)
      • MissingTypeError

        public MissingTypeError​(java.lang.String typeOfType,
                                Node node,
                                java.lang.String name,
                                TypeName typeName)
      • MissingTypeError

        public MissingTypeError​(java.lang.String typeOfType,
                                Node node,
                                java.lang.String name)
    • Method Detail

      • lineCol

        public static java.lang.String lineCol​(Node node)
      • getLocations

        public java.util.List<SourceLocation> getLocations()
        Specified by:
        getLocations in interface GraphQLError
        Returns:
        the location(s) within the GraphQL document at which the error occurred. Each SourceLocation describes the beginning of an associated syntax element
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object