Exception: SPARQL::MalformedQuery
- Defined in:
- vendor/bundler/ruby/3.2.0/bundler/gems/sparql-d7206d0f0d39/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
#title ⇒ Object
109 110 111 |
# File 'vendor/bundler/ruby/3.2.0/bundler/gems/sparql-d7206d0f0d39/lib/sparql.rb', line 109 def title "Malformed Query".freeze end |