Libraryless. Click here for Pure Java version (9538L/53K).
1 | noeq srecord Fail(O... objects) extends RuntimeException {
|
2 | *(Throwable cause, O... *objects) {
|
3 | super(cause); |
4 | } |
5 | |
6 | toString { ret joinNemptiesWithColon("Fail", getMessage()); }
|
7 | |
8 | public S getMessage() { ret commaCombine(getCause(), objects); }
|
9 | } |
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt, wnsclhtenguj
No comments. add comment
| Snippet ID: | #1031739 |
| Snippet name: | Fail |
| Eternal ID of this version: | #1031739/9 |
| Text MD5: | d883773a32b3e65d457ec48349e0f98f |
| Transpilation MD5: | 19b02121e124a9bbfa739b9524157fe1 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-06-27 05:19:02 |
| Source code size: | 265 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 846 / 1313 |
| Version history: | 8 change(s) |
| Referenced in: | [show references] |