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
An exception indicating that a string could not be parsed into an operation of the expected type by the parser.
- Author:
 - jeen
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionIncompatibleOperationException(String message) IncompatibleOperationException(String message, Throwable t)  - 
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
IncompatibleOperationException
public IncompatibleOperationException() - 
IncompatibleOperationException
 - 
IncompatibleOperationException
 - 
IncompatibleOperationException
 
 -