Uses of Class
org.openrdf.OpenRDFException

Packages that use OpenRDFException
org.openrdf.http.protocol   
org.openrdf.model.util   
org.openrdf.query Interfaces and classes for handling queries and query results. 
org.openrdf.query.algebra.evaluation   
org.openrdf.query.dawg Functionality to convert tuple query results to and from the Data Access Working Group Test Result Set RDF Vocabulary 
org.openrdf.query.resultio   
org.openrdf.repository The Repository API: the main API for handling Sesame repositories. 
org.openrdf.repository.config   
org.openrdf.repository.http A repository that serves as a proxy for a remote repository on a Sesame server. 
org.openrdf.rio General classes and interfaces for RDF parsers and RDF writers. 
org.openrdf.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API for RDF repositories. 
org.openrdf.sail.config   
 

Uses of OpenRDFException in org.openrdf.http.protocol
 

Subclasses of OpenRDFException in org.openrdf.http.protocol
 class UnauthorizedException
           
 

Uses of OpenRDFException in org.openrdf.model.util
 

Subclasses of OpenRDFException in org.openrdf.model.util
 class GraphUtilException
          An exception thrown by GraphUtil when specific conditions are not met.
 

Uses of OpenRDFException in org.openrdf.query
 

Subclasses of OpenRDFException in org.openrdf.query
 class MalformedQueryException
          An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.
 class QueryEvaluationException
          An exception indicating that the evaluation of a query failed.
 class TupleQueryResultHandlerException
          An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.
 

Uses of OpenRDFException in org.openrdf.query.algebra.evaluation
 

Subclasses of OpenRDFException in org.openrdf.query.algebra.evaluation
 class ValueExprEvaluationException
          An exception indicating that a ValueExpr could not be evaluated due to illegal or incompatible values.
 

Uses of OpenRDFException in org.openrdf.query.dawg
 

Subclasses of OpenRDFException in org.openrdf.query.dawg
 class DAWGTestResultSetParseException
          An exception that is thrown to indicate that the parsing of a DAWG Test Result Set graph failed due to an incompatible or incomplete graph.
 

Uses of OpenRDFException in org.openrdf.query.resultio
 

Subclasses of OpenRDFException in org.openrdf.query.resultio
 class QueryResultParseException
          A parse exception that can be thrown by a query result parser when it encounters an error from which it cannot or doesn't want to recover.
 

Uses of OpenRDFException in org.openrdf.repository
 

Subclasses of OpenRDFException in org.openrdf.repository
 class RepositoryException
          An exception thrown classes from the Repository API to indicate an error.
 

Uses of OpenRDFException in org.openrdf.repository.config
 

Subclasses of OpenRDFException in org.openrdf.repository.config
 class RepositoryConfigException
          Exception indicating a repository configuration problem.
 

Uses of OpenRDFException in org.openrdf.repository.http
 

Subclasses of OpenRDFException in org.openrdf.repository.http
 class HTTPQueryEvaluationException
           
 

Uses of OpenRDFException in org.openrdf.rio
 

Subclasses of OpenRDFException in org.openrdf.rio
 class RDFHandlerException
          An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
 class RDFParseException
          A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
 

Uses of OpenRDFException in org.openrdf.sail
 

Subclasses of OpenRDFException in org.openrdf.sail
 class SailException
          An exception thrown by some methods in Sail to indicate that a requested operation could not be executed.
 

Uses of OpenRDFException in org.openrdf.sail.config
 

Subclasses of OpenRDFException in org.openrdf.sail.config
 class SailConfigException
          Exception indicating a sail configuration problem.
 



Copyright © 2001-2007 Aduna. All Rights Reserved.