public class

ResourceException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.gwt.resources.client.ResourceException

Class Overview

Associates a ResourcePrototype with a program error.

Summary

Public Constructors
ResourceException(ResourcePrototype resource)
ResourceException(ResourcePrototype resource, String msg)
ResourceException(ResourcePrototype resource, String msg, Throwable t)
Public Methods
ResourcePrototype getResource()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ResourceException (ResourcePrototype resource)

public ResourceException (ResourcePrototype resource, String msg)

public ResourceException (ResourcePrototype resource, String msg, Throwable t)

Public Methods

public ResourcePrototype getResource ()