org.apache.tapestry5.services
Class StackTraceElementClassConstants

java.lang.Object
  extended by org.apache.tapestry5.services.StackTraceElementClassConstants

public class StackTraceElementClassConstants
extends Object

CSS classes, from the default CSS stylesheet, used with StackTraceElementAnalyzer.

Since:
5.1.0.0

Field Summary
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 Summary
StackTraceElementClassConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OMITTED

public static final String OMITTED
An omitted frame, because it is not interesting (such as a dynamically generated proxy). Usually invisible.

See Also:
Constant Field Values

USER_CODE

public static final String USER_CODE
Part of the application's code base, and therefore highlighted.

See Also:
Constant Field Values
Constructor Detail

StackTraceElementClassConstants

public StackTraceElementClassConstants()


Copyright © 2003-2012 The Apache Software Foundation.