You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jake Farrell (JIRA)" <ji...@apache.org> on 2013/06/20 18:33:21 UTC

[jira] [Commented] (THRIFT-1761) Make generated exceptions have a common unique parent

    [ https://issues.apache.org/jira/browse/THRIFT-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13689388#comment-13689388 ] 

Jake Farrell commented on THRIFT-1761:
--------------------------------------

Might be useful in the multiplexed services, but this seem to add an unnecessary abstraction. i would say not needed right now
                
> Make generated exceptions have a common unique parent
> -----------------------------------------------------
>
>                 Key: THRIFT-1761
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1761
>             Project: Thrift
>          Issue Type: Improvement
>            Reporter: Nathaniel Cook
>              Labels: exception-handling, exceptions
>         Attachments: thrift-1761_php_py_java_cpp_js.patch
>
>
> It would be nice to be able to have exceptions that are thrown by services be caught independently of other thrift exceptions. Currently generated exceptions extend TException directly. They should extend a TServiceException which in turn extends TException. This would allow client code to catch all exceptions thrown by the service without catching exceptions related to the actual thrift communication layer

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira