public class StackTrace extends Throwable
This is not an Error or an Exception and is not expected to be thrown or caught.
https://github.com/OpenHFT/Chronicle-Core/issues/75Constructor and Description |
---|
StackTrace() |
StackTrace(String message) |
StackTrace(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static StackTrace |
forThread(Thread t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StackTrace()
public StackTrace(String message)
@Nullable public static StackTrace forThread(Thread t)
Copyright © 2020. All rights reserved.