org.openrdf.query
Class IncompatibleOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.query.MalformedQueryException
                  extended by 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

Constructor Summary
IncompatibleOperationException()
           
IncompatibleOperationException(String message)
           
IncompatibleOperationException(String message, Throwable t)
           
IncompatibleOperationException(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.