Package org.eclipse.rdf4j.query
Class MalformedQueryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.rdf4j.common.exception.RDF4JException
-
- org.eclipse.rdf4j.query.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MalformedQueryException()
MalformedQueryException(String message)
MalformedQueryException(String message, Throwable t)
MalformedQueryException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-