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

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

Serialized Fields

command

Command command

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

Serialized Fields

command

IncrementalCommand command

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

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

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.ArrayList implements Serializable

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

Class com.google.gwt.user.client.ui.DelegatingChangeListenerCollection extends ChangeListenerCollection implements Serializable

Serialized Fields

owner

Widget owner

Class com.google.gwt.user.client.ui.DelegatingClickListenerCollection extends ClickListenerCollection implements Serializable

Serialized Fields

owner

Widget owner

Class com.google.gwt.user.client.ui.DelegatingFocusListenerCollection extends FocusListenerCollection implements Serializable

Serialized Fields

owner

Widget owner

Class com.google.gwt.user.client.ui.DelegatingKeyboardListenerCollection extends KeyboardListenerCollection implements Serializable

Serialized Fields

owner

Widget owner

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

Class com.google.gwt.user.client.ui.FocusListenerCollection extends java.util.ArrayList 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

resultHtml

java.lang.String resultHtml

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.ArrayList implements Serializable

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

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

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

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

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

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

Serialized Fields

selectedSuggestion

SuggestOracle.Suggestion selectedSuggestion

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

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

Class com.google.gwt.user.client.ui.TreeListenerCollection extends java.util.ArrayList 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

perThreadRequest

java.lang.ThreadLocal perThreadRequest

perThreadResponse

java.lang.ThreadLocal perThreadResponse

serializationPolicyCache

java.util.Map serializationPolicyCache
A cache of moduleBaseURL and serialization policy strong name to SerializationPolicy.

Class com.google.gwt.user.server.rpc.UnexpectedException extends java.lang.RuntimeException implements Serializable


Package com.google.gwt.xml.client

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

Serialized Fields

code

short code