org.openrdf
Class OpenRDFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DAWGTestResultSetParseException, GraphUtilException, MalformedQueryException, QueryEvaluationException, QueryResultParseException, RDFHandlerException, RDFParseException, RepositoryConfigException, RepositoryException, SailConfigException, SailException, TupleQueryResultHandlerException, UpdateExecutionException

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

Constructor Summary
OpenRDFException()
           
OpenRDFException(String msg)
           
OpenRDFException(String msg, Throwable t)
           
OpenRDFException(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

OpenRDFException

public OpenRDFException()

OpenRDFException

public OpenRDFException(String msg)

OpenRDFException

public OpenRDFException(Throwable t)

OpenRDFException

public OpenRDFException(String msg,
                        Throwable t)


Copyright © 2001-2012 Aduna. All Rights Reserved.