Class MalformedQueryException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    IncompatibleOperationException

    public class MalformedQueryException
    extends org.eclipse.rdf4j.common.exception.RDF4JException
    An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.
    Author:
    jeen, Herko ter Horst
    See Also:
    Serialized Form
    • Constructor Detail

      • MalformedQueryException

        public MalformedQueryException()
      • MalformedQueryException

        public MalformedQueryException​(String message)
      • MalformedQueryException

        public MalformedQueryException​(Throwable t)
      • MalformedQueryException

        public MalformedQueryException​(String message,
                                       Throwable t)