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

Public Member Functions

 FormatException (String message)
 
 FormatException ()
 

Constructor & Destructor Documentation

◆ FormatException() [1/2]

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

◆ FormatException() [2/2]

9  {
10  super();
11  }