org.openrdf.query
Class IncompatibleOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.query.MalformedQueryException
org.openrdf.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IncompatibleOperationException
public IncompatibleOperationException()
IncompatibleOperationException
public IncompatibleOperationException(String message)
IncompatibleOperationException
public IncompatibleOperationException(Throwable t)
IncompatibleOperationException
public IncompatibleOperationException(String message,
Throwable t)
Copyright © 2001-2012 Aduna. All Rights Reserved.