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

9
LINES

< > BotCompany Repo | #1031693 // pcallF_minimalExceptionHandling

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2706L/16K).

sO pcallF_minimalExceptionHandling(O f, O... args) {
  try {
    ret callFunction(f, args);
  } catch e {
    System.out.println(getStackTrace(e));
    _storeException(e);
  }
  null;
}

Author comment

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: 96 / 153
Version history: 3 change(s)
Referenced in: [show references]