Uses of Class
org.d2rq.D2RQException

Packages that use D2RQException
org.d2rq   
org.d2rq.jena   
 

Uses of D2RQException in org.d2rq
 

Methods in org.d2rq with parameters of type D2RQException
 void CommandLineTool.reportException(D2RQException ex)
           
 

Methods in org.d2rq that throw D2RQException
abstract  void CommandLineTool.run(jena.cmdline.CommandLine cmd, SystemLoader loader)
           
 

Uses of D2RQException in org.d2rq.jena
 

Constructors in org.d2rq.jena that throw D2RQException
CachingGraphD2RQ(CompiledMapping mapping)