Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.2
-
None
-
Patch Available
Description
The C++ implementation of the TJSONProtocol throws TProtocolExceptions via "throw new TProtocolException".
To catch those exceptions you need to "catch (TProtocolException* e)" instead of "catch (TProtocolException& e)".