labelingsystem-server  Version 0.1.0.0
SparqlParseException Class Reference
Inheritance diagram for SparqlParseException:
Collaboration diagram for SparqlParseException:

Public Member Functions

 SparqlParseException (String message)
 
 SparqlParseException ()
 

Constructor & Destructor Documentation

◆ SparqlParseException() [1/2]

SparqlParseException ( String  message)
5  {
6  super(message);
7  }

◆ SparqlParseException() [2/2]

9  {
10  super();
11  }