org.openrdf.sesame.sail.query
Class SailQueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openrdf.sesame.sail.query.SailQueryException
All Implemented Interfaces:
Serializable

public class SailQueryException
extends Exception

Exception indicating that there was a problem evaluating (part of) a Sail query model.

See Also:
Serialized Form

Constructor Summary
SailQueryException()
           
SailQueryException(String message)
           
SailQueryException(String message, Throwable t)
           
SailQueryException(Throwable t)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SailQueryException

public SailQueryException()

SailQueryException

public SailQueryException(String message)

SailQueryException

public SailQueryException(Throwable t)

SailQueryException

public SailQueryException(String message,
                          Throwable t)


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.