Menu

#120 Add exceptions hierarchy to TangORB

open
Ingvord
Java API
5
2016-02-22
2016-02-22
Ingvord
No

Currently client gets only DevFailed exception. Actual cause is defined by the string aka "Api_ConnectionFailed; Api_AttributeNotFound" etc. This must be replaced with explicit exceptions aka ConnectionFailedException; AttributeNotFoundException etc. All of these can inherit from DevFailed to preserve compatibility.

Discussion