labelingsystem-server
Version 0.1.0.0
Public Member Functions
|
List of all members
SparqlParseException Class Reference
Inheritance diagram for SparqlParseException:
[
legend
]
Collaboration diagram for SparqlParseException:
[
legend
]
Public Member Functions
SparqlParseException
(String message)
SparqlParseException
()
Constructor & Destructor Documentation
◆
SparqlParseException()
[1/2]
SparqlParseException
(
String
message
)
5
{
6
super(message);
7
}
◆
SparqlParseException()
[2/2]
SparqlParseException
(
)
9
{
10
super();
11
}
exceptions
SparqlParseException
Generated by
1.8.17