Libraryless. Click here for Pure Java version (4550L/25K).
1 | static <A> A printStackTrace_gen(A e) { |
2 | if (e cast Throwable) |
3 | printStackTrace(e); |
4 | else |
5 | print(e); |
6 | ret e; |
7 | } |
Began life as a copy of #1002288
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033669 |
Snippet name: | printStackTrace_gen |
Eternal ID of this version: | #1033669/1 |
Text MD5: | ee820e0cd65008de1162b944a274dd93 |
Transpilation MD5: | 2ed0986f86f35631f21a527a0b8672cd |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-12-26 17:17:50 |
Source code size: | 125 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 131 / 193 |
Referenced in: | [show references] |