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:
java.io.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.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MalformedQueryException()
MalformedQueryException(java.lang.String message)
MalformedQueryException(java.lang.String message, java.lang.Throwable t)
MalformedQueryException(java.lang.Throwable t)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MalformedQueryException
public MalformedQueryException()
-
MalformedQueryException
public MalformedQueryException(java.lang.String message)
-
MalformedQueryException
public MalformedQueryException(java.lang.Throwable t)
-
MalformedQueryException
public MalformedQueryException(java.lang.String message, java.lang.Throwable t)
-
-