labelingsystem-server  Version 0.1.0.0
NoInputException Class Reference

EXCEPTION for warnings if no SPARQL input was done. More...

Inheritance diagram for NoInputException:
Collaboration diagram for NoInputException:

Public Member Functions

 NoInputException (String message)
 EXCEPTION for warnings if no SPARQL input was done. More...
 
 NoInputException ()
 EXCEPTION for warnings if no SPARQL input was done. More...
 

Detailed Description

EXCEPTION for warnings if no SPARQL input was done.

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

Constructor & Destructor Documentation

◆ NoInputException() [1/2]

NoInputException ( String  message)

EXCEPTION for warnings if no SPARQL input was done.

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

◆ NoInputException() [2/2]

EXCEPTION for warnings if no SPARQL input was done.

23  {
24  super();
25  }