Uses of Class
com.google.gwt.resources.client.ResourceException
Packages that use ResourceException
Package
Description
Classes for aggregating static resources into bundles.
-
Uses of ResourceException in com.google.gwt.resources.client
Methods in com.google.gwt.resources.client with parameters of type ResourceExceptionModifier and TypeMethodDescriptionvoid
ResourceCallback.onError
(ResourceException e) Invoked if the asynchronous operation failed.Methods in com.google.gwt.resources.client that throw ResourceExceptionModifier and TypeMethodDescriptionvoid
ExternalTextResource.getText
(ResourceCallback<TextResource> callback) Fetches aTextResource
and callscallback
with the result.