public static class StackTrace.Less extends StackTrace
StackTrace that doesn't automatically fill in its own
call frames, so we can later call setStackTrace(...) with
another thread's frames.StackTrace.Less| Constructor and Description |
|---|
Less(String message) |
Less(String message,
StackTraceElement[] stackTrace) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace()
Overrides the default behavior of
Throwable to avoid filling in the stack trace. |
forThreadaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Less(String message)
message - the detail message for this stack trace.public Less(String message, StackTraceElement[] stackTrace)
message - the detail message for this stack trace.stackTrace - the stack trace elements for this stack trace.public Throwable fillInStackTrace()
Throwable to avoid filling in the stack trace.fillInStackTrace in class ThrowableCopyright © 2026 Chronicle Software Ltd. All rights reserved.