Uses of Class
org.jrdf.connection.JrdfConnectionException

Packages that use JrdfConnectionException
org.jrdf.connection Provides classes for connecting to JRDF (and hence to JRDF supported stores) to allow textual queries to be sent.  
org.jrdf.query   
org.jrdf.sparql Implementations SPARQL Query Language for RDF.  
 

Uses of JrdfConnectionException in org.jrdf.connection
 

Methods in org.jrdf.connection that throw JrdfConnectionException
 Answer JrdfConnection.executeQuery(String query)
          Executes a query that returns results.
 

Uses of JrdfConnectionException in org.jrdf.query
 

Methods in org.jrdf.query that throw JrdfConnectionException
 Answer DefaultQueryExecutor.executeQuery(Query query)
          Executes a query against a graph.
 

Uses of JrdfConnectionException in org.jrdf.sparql
 

Methods in org.jrdf.sparql that throw JrdfConnectionException
 Answer DefaultSparqlConnection.executeQuery(String query)
          Executes a query that returns results.