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

8
LINES

< > BotCompany Repo | #1012792 // safeUnstructure_nullAndPrintShortOnError

JavaX fragment (include)

static O safeUnstructure_nullAndPrintShortOnError(S s) {
  try {
    ret safeUnstructure(s);
  } catch e {
    printShortException(e);
    null;
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1012792
Snippet name: safeUnstructure_nullAndPrintShortOnError
Eternal ID of this version: #1012792/1
Text MD5: c02f267795e52ac54f6b7cee87971083
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-13 15:50:32
Source code size: 157 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 376 / 389
Referenced in: [show references]