Libraryless. Click here for Pure Java version (5009L/27K).
static <A> A nuLike unpackExceptionAs(Class<A> c, Throwable e) { ret innerExceptionOfType(c, e); }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030473 |
| Snippet name: | unpackExceptionAs - synonym of innerExceptionOfType |
| Eternal ID of this version: | #1030473/5 |
| Text MD5: | a73ce96b75e300f19f43a503b4967a60 |
| Transpilation MD5: | 2afdf827666fcccc7d9c9da05742bba5 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-27 14:33:11 |
| Source code size: | 102 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 408 / 555 |
| Version history: | 4 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1030474 - containsException |