JavaScript is disabled on your browser.
Skip navigation links
GWT 2.12.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
com.google.gwt.core.shared.SerializableThrowable
Packages that use
SerializableThrowable
Package
Description
com.google.gwt.core.shared
Uses of
SerializableThrowable
in
com.google.gwt.core.shared
Methods in
com.google.gwt.core.shared
that return
SerializableThrowable
Modifier and Type
Method
Description
static
SerializableThrowable
SerializableThrowable.
fromThrowable
(
Throwable
throwable)
Create a new
SerializableThrowable
from a provided throwable and its causes recursively.