Exception: SPARQL::MalformedQuery
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 'lib/sparql.rb', line 109 def title "Malformed Query".freeze end |