Package org.apache.tapestry5.services
Class StackTraceElementClassConstants
java.lang.Object
org.apache.tapestry5.services.StackTraceElementClassConstants
CSS classes, from the default CSS stylesheet, used with
StackTraceElementAnalyzer
.- Since:
- 5.1.0.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OMITTED
An omitted frame, because it is not interesting (such as a dynamically generated proxy). Usually invisible.- See Also:
-
USER_CODE
Part of the application's code base, and therefore highlighted.- See Also:
-
-
Constructor Details
-
StackTraceElementClassConstants
public StackTraceElementClassConstants()
-