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(java.lang.Throwable throwable)
Create a newSerializableThrowable
from a provided throwable and its causes recursively.
-