Class StackTraceUtil

java.lang.Object
wt.clients.gui.StackTraceUtil
All Implemented Interfaces:
Externalizable, Serializable, TemplateProcessor, RemoteAccess

public class StackTraceUtil extends Object implements RemoteAccess, Serializable, TemplateProcessor
Generates the HTML page containing a stack trace for a given throwable. This class is used to both generate the URL to an HTML page containing the stack trace and generate the actual HTML page itself. This class is used by the ExceptionDialog to generate an HTML page to the stack trace of a throwable.
See Also: