Uses of Class
de.fuberlin.wiwiss.d2rq.D2RQException

Packages that use D2RQException
de.fuberlin.wiwiss.d2rq   
 

Uses of D2RQException in de.fuberlin.wiwiss.d2rq
 

Methods in de.fuberlin.wiwiss.d2rq that throw D2RQException
private  void GraphD2RQ.initMap(com.hp.hpl.jena.rdf.model.Model mapModel)
           
 

Constructors in de.fuberlin.wiwiss.d2rq that throw D2RQException
GraphD2RQ(java.lang.String mapURL)
          Creates a new D2RQ graph from a D2RQ mapping file in Notation 3 syntax.
GraphD2RQ(java.lang.String mapURL, java.lang.String serializationFormat)
          Creates a new D2RQ graph from a D2RQ mapping file.
GraphD2RQ(com.hp.hpl.jena.rdf.model.Model mapModel)
          Creates a new D2RQ graph from a Jena model containing a D2RQ mapping.