GWT 2.0.3

Serialized Form


Package com.google.gwt.core.client

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

Serialized Fields

description

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


e

java.lang.Object e
The underlying exception this class wraps.


message

java.lang.String message
A constructed message describing this exception.


name

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


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.linker

Class com.google.gwt.core.ext.linker.Artifact extends java.lang.Object implements Serializable

Serialized Fields

linkerName

java.lang.String linkerName

Class com.google.gwt.core.ext.linker.ArtifactSet extends java.lang.Object implements Serializable

Serialized Fields

treeSet

java.util.SortedSet<E> treeSet

Class com.google.gwt.core.ext.linker.CompilationAnalysis extends Artifact<CompilationAnalysis> implements Serializable

Class com.google.gwt.core.ext.linker.CompilationResult extends Artifact<CompilationResult> implements Serializable

Class com.google.gwt.core.ext.linker.EmittedArtifact extends Artifact<EmittedArtifact> implements Serializable

Serialized Fields

partialPath

java.lang.String partialPath

isPrivate

boolean isPrivate
This is mutable because it has no effect on identity.

Class com.google.gwt.core.ext.linker.GeneratedResource extends EmittedArtifact implements Serializable

Serialized Fields

generatorTypeName

java.lang.String generatorTypeName

Class com.google.gwt.core.ext.linker.PublicResource extends EmittedArtifact implements Serializable

Class com.google.gwt.core.ext.linker.ScriptReference extends Artifact<ScriptReference> implements Serializable

Serialized Fields

index

int index

src

java.lang.String src

Class com.google.gwt.core.ext.linker.StylesheetReference extends Artifact<StylesheetReference> implements Serializable

Serialized Fields

src

java.lang.String src

index

int index

Class com.google.gwt.core.ext.linker.SymbolData.ClassIdentComparator extends java.lang.Object implements Serializable

Class com.google.gwt.core.ext.linker.SyntheticArtifact extends EmittedArtifact implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream stream)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

lastModified

long lastModified

Package com.google.gwt.core.ext.soyc

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.i18n.rebind

Class com.google.gwt.i18n.rebind.AbstractResource.MissingResourceException extends java.lang.RuntimeException implements Serializable

Serialized Fields

during

java.lang.String during

key

java.lang.String key

method

java.lang.String method

searchedResources

java.util.List<E> searchedResources

Class com.google.gwt.i18n.rebind.AnnotationsResource.AnnotationsError extends java.lang.Exception implements Serializable


Package com.google.gwt.json.client

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


Package com.google.gwt.jsonp.client

Class com.google.gwt.jsonp.client.TimeoutException extends java.lang.Exception 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.resources.client

Class com.google.gwt.resources.client.ResourceException extends java.lang.Exception implements Serializable

Serialized Fields

resource

ResourcePrototype resource

Package com.google.gwt.rpc.server

Class com.google.gwt.rpc.server.RpcServlet extends AbstractRemoteServiceServlet implements Serializable

Serialized Fields

clientOracleCache

java.util.Map<K,V> clientOracleCache

Class com.google.gwt.rpc.server.WebModeClientOracle extends ClientOracle implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private java.lang.Object readResolve()
Reinitialize the operableFieldMap field when the WebModeClientOracle is reloaded.

Serialized Fields

classData

java.util.Map<K,V> classData
A map of class names to ClassData elements.


idents

java.util.Set<E> idents

seedNamesToClassData

java.util.Map<K,V> seedNamesToClassData

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

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

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

Serialized Fields

statusCode

int statusCode

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

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

Serialized Fields

causes

java.util.Set<E> causes
The causes of the exception.

Class com.google.gwt.user.client.ui.ChangeListenerCollection extends java.util.ArrayList<ChangeListener> implements Serializable

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

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

Serialized Fields

owner

Widget owner
Deprecated. 

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

Serialized Fields

owner

Widget owner
Deprecated. 

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

Serialized Fields

owner

Widget owner
Deprecated. 

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

Serialized Fields

owner

Widget owner
Deprecated. 

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<FocusListener> implements Serializable

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

setCancelledCalled

boolean setCancelledCalled

Class com.google.gwt.user.client.ui.KeyboardListenerCollection extends java.util.ArrayList<KeyboardListener> implements Serializable

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

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

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

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

Class com.google.gwt.user.client.ui.ScrollListenerCollection extends java.util.ArrayList<ScrollListener> 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<TableListener> implements Serializable

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

Class com.google.gwt.user.client.ui.TreeListenerCollection extends java.util.ArrayList<TreeListener> implements Serializable


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

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

Class com.google.gwt.user.server.rpc.HybridServiceServlet extends RpcServlet implements Serializable

Serialized Fields

legacyPermutations

java.util.Set<E> legacyPermutations
Records permutations for which HybridServiceServlet.getClientOracle() should return null.


serializationPolicyCache

java.util.Map<K,V> serializationPolicyCache
A cache of moduleBaseURL and serialization policy strong name to SerializationPolicy.

Class com.google.gwt.user.server.rpc.RemoteServiceServlet extends AbstractRemoteServiceServlet implements Serializable

Serialized Fields

serializationPolicyCache

java.util.Map<K,V> 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


GWT 2.0.3