class SPARQL::MalformedQuery

MalformedQuery

When the value of the query type is not a legal sequence of characters in the language defined by the SPARQL grammar, the MalformedQuery or QueryRequestRefused fault message must be returned. According to the Fault Replaces Message Rule, if a WSDL fault is returned, including MalformedQuery, an Out Message must not be returned.

Public Instance Methods

title() click to toggle source
# File lib/sparql.rb, line 106
def title
  "Malformed Query".freeze
end