Serialized Form


Package com.google.gwt.core.client

Class com.google.gwt.core.client.JavaScriptException extends java.lang.RuntimeException implements Serializable

Serialized Fields

name

java.lang.String name
The original type name of the JavaScript exception this class wraps, initialized as e.name.


description

java.lang.String description
The original description of the JavaScript exception this class wraps, initialized as e.message.


Package com.google.gwt.core.ext

Class com.google.gwt.core.ext.BadPropertyValueException extends java.lang.Exception implements Serializable

Serialized Fields

badValue

java.lang.String badValue

propName

java.lang.String propName

Class com.google.gwt.core.ext.UnableToCompleteException extends java.lang.Exception implements Serializable


Package com.google.gwt.core.ext.typeinfo

Class com.google.gwt.core.ext.typeinfo.BadTypeArgsException extends TypeOracleException implements Serializable

Class com.google.gwt.core.ext.typeinfo.NotFoundException extends TypeOracleException implements Serializable

Class com.google.gwt.core.ext.typeinfo.ParseException extends TypeOracleException implements Serializable

Class com.google.gwt.core.ext.typeinfo.TypeOracleException extends java.lang.Exception implements Serializable


Package com.google.gwt.http.client

Class com.google.gwt.http.client.RequestException extends java.lang.Exception implements Serializable

Class com.google.gwt.http.client.RequestPermissionException extends RequestException implements Serializable

Serialized Fields

url

java.lang.String url
URL which caused this exception to be thrown.

Class com.google.gwt.http.client.RequestTimeoutException extends RequestException implements Serializable

Serialized Fields

timeoutMillis

int timeoutMillis
Time, in milliseconds, of the timeout.


request

Request request
Request object which experienced the timed out.


Package com.google.gwt.json.client

Class com.google.gwt.json.client.JSONException extends java.lang.RuntimeException implements Serializable


Package com.google.gwt.junit.client

Class com.google.gwt.junit.client.TimeoutException extends java.lang.RuntimeException implements Serializable


Package com.google.gwt.user.client.rpc

Class com.google.gwt.user.client.rpc.InvocationException extends java.lang.RuntimeException implements Serializable

Class com.google.gwt.user.client.rpc.SerializableException extends java.lang.Exception implements Serializable

Serialized Fields

msg

java.lang.String msg

Class com.google.gwt.user.client.rpc.SerializationException extends java.lang.Exception implements Serializable

Class com.google.gwt.user.client.rpc.ServiceDefTarget.NoServiceEntryPointSpecifiedException extends InvocationException implements Serializable


Package com.google.gwt.user.client.ui

Class com.google.gwt.user.client.ui.ChangeListenerCollection extends java.util.Vector implements Serializable

Class com.google.gwt.user.client.ui.ClickListenerCollection extends java.util.Vector implements Serializable

Class com.google.gwt.user.client.ui.FocusListenerCollection extends java.util.Vector implements Serializable

Class com.google.gwt.user.client.ui.FormHandlerCollection extends java.util.ArrayList implements Serializable

Class com.google.gwt.user.client.ui.FormSubmitCompleteEvent extends java.util.EventObject implements Serializable

Serialized Fields

results

java.lang.String results

Class com.google.gwt.user.client.ui.FormSubmitEvent extends java.util.EventObject implements Serializable

Serialized Fields

cancel

boolean cancel

Class com.google.gwt.user.client.ui.KeyboardListenerCollection extends java.util.Vector implements Serializable

Class com.google.gwt.user.client.ui.LoadListenerCollection extends java.util.Vector implements Serializable

Class com.google.gwt.user.client.ui.MouseListenerCollection extends java.util.Vector implements Serializable

Class com.google.gwt.user.client.ui.PopupListenerCollection extends java.util.Vector implements Serializable

Class com.google.gwt.user.client.ui.ScrollListenerCollection extends java.util.Vector implements Serializable

Class com.google.gwt.user.client.ui.TableListenerCollection extends java.util.Vector implements Serializable

Class com.google.gwt.user.client.ui.TabListenerCollection extends java.util.Vector implements Serializable

Class com.google.gwt.user.client.ui.TreeListenerCollection extends java.util.Vector implements Serializable


Package com.google.gwt.user.server.rpc

Class com.google.gwt.user.server.rpc.RemoteServiceServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

knownImplementedInterfaces

java.util.Set knownImplementedInterfaces

perThreadRequest

java.lang.ThreadLocal perThreadRequest

perThreadResponse

java.lang.ThreadLocal perThreadResponse

serializableTypeOracle

com.google.gwt.user.server.rpc.impl.ServerSerializableTypeOracle serializableTypeOracle

Package com.google.gwt.xml.client

Class com.google.gwt.xml.client.DOMException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

short code