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

6
LINES

< > BotCompany Repo | #1034833 // ThrowableWithCustomStackTrace

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

Libraryless. Click here for Pure Java version (33L/1K).

sclass ThrowableWithCustomStackTrace > Throwable {
  *(S msg, StackTraceElement[] stackTrace) {
    super(msg, null, false, true);
    setStackTrace(stackTrace);
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034833
Snippet name: ThrowableWithCustomStackTrace
Eternal ID of this version: #1034833/1
Text MD5: 7cd0959a78ca948c61740846b39dbce6
Transpilation MD5: 14160bac0c2cd38f9babf13fe4eef394
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-11 03:19:59
Source code size: 172 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 56 / 105
Referenced in: #1003674 - Standard Classes + Interfaces (LIVE continued in #1034167)
#1034836 - RuntimeExceptionWithCustomStackTrace