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 voidResourceCallback. onError(ResourceException e)Invoked if the asynchronous operation failed.Methods in com.google.gwt.resources.client that throw ResourceException Modifier and Type Method Description voidExternalTextResource. getText(ResourceCallback<TextResource> callback)Fetches aTextResourceand callscallbackwith the result.
-