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

7
LINES

< > BotCompany Repo | #1000952 // die functions

JavaX fragment (include)

1  
  static RuntimeException die() {
2  
    throw new RuntimeException("fail");
3  
  }
4  
  
5  
  static RuntimeException die(String msg) {
6  
    throw new RuntimeException(msg);
7  
  }

Author comment

Began life as a copy of #1000905

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1000952
Snippet name: die functions
Eternal ID of this version: #1000952/1
Text MD5: 62abcf6e38285ee3fd9e41ddfa817873
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-09-11 17:25:38
Source code size: 171 bytes / 7 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 591 / 901
Referenced in: [show references]