Changes to JEP 453
Ron Pressler
ron.pressler at oracle.com
Sat May 20 12:58:44 UTC 2023
> On 20 May 2023, at 13:47, forax at univ-mlv.fr wrote:
>
> get() ISE thrown should wrap failure exception | ISE thrown should not wrap
get can only ever throw an exception if there’s a bug in the code calling it due to incorrect usage of the API. It is not possible for get to throw if STS is used correctly. There is no reasonable way to handle such an exception other than fix the (simple) bug that must exist in the code if that exception is ever encountered.
— Ron
More information about the loom-dev
mailing list