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

Public Member Functions

 ValidateJSONObjectException (String message)
 
 ValidateJSONObjectException ()
 

Constructor & Destructor Documentation

◆ ValidateJSONObjectException() [1/2]

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

◆ ValidateJSONObjectException() [2/2]

9  {
10  super();
11  }