sS pcallOrExceptionText_strOrNull(O f, O... args) { try { ret strOrNull(callF(f, args)); } catch e { _handleException(e); ret exceptionToStringShort(e); } }
Began life as a copy of #1017730
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1021668 |
Snippet name: | pcallOrExceptionText_strOrNull |
Eternal ID of this version: | #1021668/1 |
Text MD5: | 3b52c11b9d373a2dcaf0784dd9fec4d4 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-23 23:14:13 |
Source code size: | 181 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 277 / 324 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1033028 - pcallOrStackTrace_strOrNull |