com.google.gwt.core.client.impl
Class StackTraceCreator

java.lang.Object
  extended by com.google.gwt.core.client.impl.StackTraceCreator

public class StackTraceCreator
extends java.lang.Object

Encapsulates logic to create a stack trace. This class should only be used in web mode.


Constructor Summary
StackTraceCreator()
           
 
Method Summary
static void createStackTrace(JavaScriptException e)
          Create a stack trace based on a JavaScriptException.
static void fillInStackTrace(java.lang.Throwable t)
          Fill in a stack trace based on the current execution stack.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackTraceCreator

public StackTraceCreator()
Method Detail

createStackTrace

public static void createStackTrace(JavaScriptException e)
Create a stack trace based on a JavaScriptException. This method should only be called in web mode.


fillInStackTrace

public static void fillInStackTrace(java.lang.Throwable t)
Fill in a stack trace based on the current execution stack. This method should only be called in web mode.