public class

StackTraceCreator

extends Object
java.lang.Object
   ↳ com.google.gwt.core.client.impl.StackTraceCreator

Class Overview

Encapsulates logic to create a stack trace. This class should only be used in Production Mode.

Summary

Public Constructors
StackTraceCreator()
Public Methods
static void createStackTrace(JavaScriptException e)
Create a stack trace based on a JavaScriptException.
static void fillInStackTrace(Throwable t)
Fill in a stack trace based on the current execution stack.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public StackTraceCreator ()

Public Methods

public static void createStackTrace (JavaScriptException e)

Create a stack trace based on a JavaScriptException. This method should only be called in Production Mode.

public static void fillInStackTrace (Throwable t)

Fill in a stack trace based on the current execution stack. This method should only be called in Production Mode.