public class ExceptionData
extends com.google.gwt.core.client.JavaScriptObject
event's extra parameters using this class.| Modifier | Constructor and Description |
|---|---|
protected |
ExceptionData() |
| Modifier and Type | Method and Description |
|---|---|
static String |
asString(ExceptionData ex) |
static ExceptionData |
create(String type,
String message,
String trace,
ExceptionData cause) |
ExceptionData |
getCause() |
String |
getMessage() |
String |
getTrace() |
String |
getType() |
public final String getType()
public final String getMessage()
public final String getTrace()
public final ExceptionData getCause()
public static final ExceptionData create(String type, String message, String trace, ExceptionData cause)
public static final String asString(ExceptionData ex)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.