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

8
LINES

< > BotCompany Repo | #1009493 // QuickException - RuntimeException without stack trace

JavaX fragment (include)

sclass QuickException extends RuntimeException {
  public Throwable fillInStackTrace() { ret this; }
  
  *() {}
  *(Throwable e) { super(e); }
  *(S msg) { super(msg); }
  *(S msg, Throwable e) { super(msg, e); }
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1009493
Snippet name: QuickException - RuntimeException without stack trace
Eternal ID of this version: #1009493/2
Text MD5: 312f88694f9ee1fc2c9e5189011939bc
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-04 18:05:12
Source code size: 222 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 460 / 1814
Version history: 1 change(s)
Referenced in: [show references]