1 | sclass QuickException extends RuntimeException {
|
2 | public Throwable fillInStackTrace() { ret this; }
|
3 | |
4 | *() {}
|
5 | *(Throwable e) { super(e); }
|
6 | *(S msg) { super(msg); }
|
7 | *(S msg, Throwable e) { super(msg, e); }
|
8 | } |
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: | 1165 / 2529 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |