puniverse / quasar

Fibers, Channels and Actors for the JVM
http://docs.paralleluniverse.co/quasar/
Other
4.56k stars 575 forks source link

RequestReplyHelper checked vs unchecked exceptions #260

Closed roded closed 7 years ago

roded commented 7 years ago

RequestReplyHelper.call propagates checked and unchecked exceptions differently. By its use of Exceptions.rethrow, checked exceptions are wrapped with a RuntimeException while RuntimeExceptions are re-thrown as is. This should be documented here: http://docs.paralleluniverse.co/quasar/#behaviors

pron commented 7 years ago

It's a low-level detail that's documented in the Javadoc.