Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1021668 // pcallOrExceptionText_strOrNull

JavaX fragment (include)

sS pcallOrExceptionText_strOrNull(O f, O... args) {
  try {
    ret strOrNull(callF(f, args));
  } catch e {
    _handleException(e);
    ret exceptionToStringShort(e);
  }
}

Author comment

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: 217 / 254
Referenced in: [show references]