1 | static RuntimeException asRuntimeException(Throwable t) {
|
2 | ifndef LeanMode |
3 | if (t instanceof Error) |
4 | _handleError((Error) t); |
5 | endifndef |
6 | ret t instanceof RuntimeException ? (RuntimeException) t : new RuntimeException(t); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 19 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lhdilzshxjzv, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1002208 |
| Snippet name: | asRuntimeException |
| Eternal ID of this version: | #1002208/3 |
| Text MD5: | 2d6b6fa825244b8811ae24432e05aacb |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-03 14:00:25 |
| Source code size: | 236 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1608 / 2566 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |