org.openrdf.sesame.sail.query
Class SailQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.