labelingsystem-server  Version 0.1.0.0
SesameSparqlException Class Reference

EXCEPTION if something happens while SPARQL the triplestore. More...

Inheritance diagram for SesameSparqlException:
Collaboration diagram for SesameSparqlException:

Public Member Functions

 SesameSparqlException (String message)
 EXCEPTION if something happens while SPARQL the triplestore. More...
 
 SesameSparqlException ()
 EXCEPTION if something happens while SPARQL the triplestore. More...
 

Detailed Description

EXCEPTION if something happens while SPARQL the triplestore.

Author
Florian Thiery M.Sc.
i3mainz - Institute for Spatial Information and Surveying Technology
Version
05.02.2015

Constructor & Destructor Documentation

◆ SesameSparqlException() [1/2]

SesameSparqlException ( String  message)

EXCEPTION if something happens while SPARQL the triplestore.

Parameters
message
17  {
18  super(message);
19  }

◆ SesameSparqlException() [2/2]

EXCEPTION if something happens while SPARQL the triplestore.

24  {
25  super();
26  }