Class MalformedQueryException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IncompatibleOperationException

public class MalformedQueryException extends 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:
  • Constructor Details

    • MalformedQueryException

      public MalformedQueryException()
    • MalformedQueryException

      public MalformedQueryException(String message)
    • MalformedQueryException

      public MalformedQueryException(Throwable t)
    • MalformedQueryException

      public MalformedQueryException(String message, Throwable t)