Exception: SPARQL::MalformedQuery

Inherits:
Exception
  • Object
show all
Defined in:
vendor/bundler/ruby/3.3.0/bundler/gems/sparql-36baa432eb7f/lib/sparql.rb

Overview

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.

Instance Method Summary collapse

Instance Method Details

#titleObject



109
110
111
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/sparql-36baa432eb7f/lib/sparql.rb', line 109

def title
  "Malformed Query".freeze
end