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

Public Member Functions

 StatisticsException (String message)
 
 StatisticsException ()
 

Constructor & Destructor Documentation

◆ StatisticsException() [1/2]

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

◆ StatisticsException() [2/2]

9  {
10  super();
11  }