Package graphql.relay

Class InvalidPageSizeException

    • Constructor Detail

      • InvalidPageSizeException

        InvalidPageSizeException​(java.lang.String message)
      • InvalidPageSizeException

        InvalidPageSizeException​(java.lang.String message,
                                 java.lang.Throwable cause)
    • Method Detail

      • 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
      • 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