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

Public Member Functions

 SparqlUpdateException (String message)
 
 SparqlUpdateException ()
 

Constructor & Destructor Documentation

◆ SparqlUpdateException() [1/2]

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

◆ SparqlUpdateException() [2/2]

9  {
10  super();
11  }