|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.impl.StackTraceCreator
public class StackTraceCreator
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 |
|---|
public StackTraceCreator()
| Method Detail |
|---|
public static void createStackTrace(JavaScriptException e)
public static void fillInStackTrace(java.lang.Throwable t)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||