Uses of Class
com.google.gwt.resources.client.ResourceException
-
Packages that use ResourceException Package Description com.google.gwt.resources.client 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 ResourceException Modifier and Type Method Description void
ResourceCallback. onError(ResourceException e)
Invoked if the asynchronous operation failed.Methods in com.google.gwt.resources.client that throw ResourceException Modifier and Type Method Description void
ExternalTextResource. getText(ResourceCallback<TextResource> callback)
Fetches aTextResource
and callscallback
with the result.
-