public class StackTraceElementClassConstants extends Object
StackTraceElementAnalyzer
.Modifier and Type | Field and Description |
---|---|
static String |
OMITTED
An omitted frame, because it is not interesting (such as a dynamically generated proxy).
|
static String |
USER_CODE
Part of the application's code base, and therefore highlighted.
|
Constructor and Description |
---|
StackTraceElementClassConstants() |
public static final String OMITTED
public static final String USER_CODE
public StackTraceElementClassConstants()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.