GWT 2.7.0

Uses of Class
com.google.gwt.core.shared.SerializableThrowable

Packages that use SerializableThrowable
com.google.gwt.core.shared   
 

Uses of SerializableThrowable in com.google.gwt.core.shared
 

Methods in com.google.gwt.core.shared that return SerializableThrowable
static SerializableThrowable SerializableThrowable.fromThrowable(java.lang.Throwable throwable)
          Create a new SerializableThrowable from a provided throwable and its causes recursively.
 


GWT 2.7.0