Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1031739 // Fail

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (9538L/53K).

noeq srecord Fail(O... objects) extends RuntimeException {
  *(Throwable cause, O... *objects) {
    super(cause);
  }
  
  toString { ret joinNemptiesWithColon("Fail", getMessage()); }
  
  public S getMessage() { ret commaCombine(getCause(), objects); }
}

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: 166 / 460
Version history: 8 change(s)
Referenced in: #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674)