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