Package org.eclipse.rdf4j.query
Class IncompatibleOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.rdf4j.common.exception.RDF4JException
-
- org.eclipse.rdf4j.query.MalformedQueryException
-
- org.eclipse.rdf4j.query.IncompatibleOperationException
-
- All Implemented Interfaces:
Serializable
public class IncompatibleOperationException extends MalformedQueryException
An exception indicating that a string could not be parsed into an operation of the expected type by the parser.- Author:
- jeen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompatibleOperationException()
IncompatibleOperationException(String message)
IncompatibleOperationException(String message, Throwable t)
IncompatibleOperationException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-