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

8
LINES

< > BotCompany Repo | #1021668 // pcallOrExceptionText_strOrNull

JavaX fragment (include)

1  
sS pcallOrExceptionText_strOrNull(O f, O... args) {
2  
  try {
3  
    ret strOrNull(callF(f, args));
4  
  } catch e {
5  
    _handleException(e);
6  
    ret exceptionToStringShort(e);
7  
  }
8  
}

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