Github user tillrohrmann commented on the issue:

    https://github.com/apache/flink/pull/3368
  
    Big +1 from my side. I think that more specific exceptions helps to make 
people think more about the cause of an exception and, thus, also how it should 
be handled. Especially the fact that we always catch `RuntimeException` when 
having `throws Exception` in the method definition annoyed me a lot.
    
    @uce I think we should not per se wrap all current `Exceptions` into a 
`FlinkRuntimeException`. Better to do a case distinction here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to