Libraryless. Click here for Pure Java version (2706L/16K).
1 | sO pcallF_minimalExceptionHandling(O f, O... args) { |
2 | try { |
3 | ret callFunction(f, args); |
4 | } catch e { |
5 | System.out.println(getStackTrace(e)); |
6 | _storeException(e); |
7 | } |
8 | null; |
9 | } |
Began life as a copy of #1003403
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1031693 |
Snippet name: | pcallF_minimalExceptionHandling |
Eternal ID of this version: | #1031693/4 |
Text MD5: | 3fd9e19b4de6f457cc84498ea3be0bb9 |
Transpilation MD5: | 0b79e6f0c08832c96e4c47cd72375016 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-06-27 01:34:25 |
Source code size: | 193 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 168 / 250 |
Version history: | 3 change(s) |
Referenced in: | [show references] |