org.openrdf
Class OpenRDFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DAWGTestResultSetParseException, GraphUtilException, MalformedQueryException, QueryEvaluationException, QueryResultParseException, RDFHandlerException, RDFParseException, RepositoryConfigException, RepositoryException, SailConfigException, SailException, TupleQueryResultHandlerException
public abstract class OpenRDFException
- extends Exception
General superclass of all checked exceptions that parts of OpenRDF Sesame can
throw.
- Author:
- jeen
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OpenRDFException
public OpenRDFException()
OpenRDFException
public OpenRDFException(String msg)
OpenRDFException
public OpenRDFException(Throwable t)
OpenRDFException
public OpenRDFException(String msg,
Throwable t)
Copyright © 2001-2008 Aduna. All Rights Reserved.