| Package | Description |
|---|---|
| com.google.gwt.debugpanel.common | |
| com.google.gwt.debugpanel.models |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionData |
ExceptionData.create(String type,
String message,
String trace,
ExceptionData cause) |
ExceptionData |
ExceptionData.getCause() |
ExceptionData |
GwtExceptionSerializer.serialize(Throwable t) |
ExceptionData |
ExceptionSerializer.serialize(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ExceptionData.asString(ExceptionData ex) |
static ExceptionData |
ExceptionData.create(String type,
String message,
String trace,
ExceptionData cause) |
| Modifier and Type | Field and Description |
|---|---|
ExceptionData |
ExceptionModel.ExceptionEvent.exception |
| Constructor and Description |
|---|
ExceptionModel.ExceptionEvent(String module,
double time,
ExceptionData exception) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.