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

Packages that use D2RQException
de.fuberlin.wiwiss.d2rq D2RQ's public API, including the Jena-compatible Model implementation. 
de.fuberlin.wiwiss.d2rq.map Classes that represent the components of a mapping file. 
de.fuberlin.wiwiss.d2rq.sesame Sesame wrapper for D2RQ. 
 

Uses of D2RQException in de.fuberlin.wiwiss.d2rq
 

Constructors in de.fuberlin.wiwiss.d2rq that throw D2RQException
CachingGraphD2RQ(Model mapModel, String baseURIForData)
           
GraphD2RQ(Mapping mapping)
          Creates a new D2RQ graph from a previously prepared Mapping instance.
GraphD2RQ(Model mapModel, String baseURIForData)
          Creates a new D2RQ graph from a Jena model containing a D2RQ mapping.
 

Uses of D2RQException in de.fuberlin.wiwiss.d2rq.map
 

Methods in de.fuberlin.wiwiss.d2rq.map that throw D2RQException
 void ClassMap.validate()
           
 void Database.validate()
           
abstract  void MapObject.validate()
           
 void Mapping.validate()
           
 void PropertyBridge.validate()
           
 void TranslationTable.validate()
           
 

Uses of D2RQException in de.fuberlin.wiwiss.d2rq.sesame
 

Constructors in de.fuberlin.wiwiss.d2rq.sesame that throw D2RQException
D2RQSource(String d2rqMapUrl, String language, String baseURI)
          Creates a new instance of D2RQSource