GWT 2.7.0

com.google.gwt.resources.client
Class ResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.gwt.resources.client.ResourceException
All Implemented Interfaces:
java.io.Serializable

public class ResourceException
extends java.lang.Exception

Associates a ResourcePrototype with a program error.

See Also:
Serialized Form

Constructor Summary
ResourceException(ResourcePrototype resource)
           
ResourceException(ResourcePrototype resource, java.lang.String msg)
           
ResourceException(ResourcePrototype resource, java.lang.String msg, java.lang.Throwable t)
           
 
Method Summary
 ResourcePrototype getResource()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceException

public ResourceException(ResourcePrototype resource)

ResourceException

public ResourceException(ResourcePrototype resource,
                         java.lang.String msg)

ResourceException

public ResourceException(ResourcePrototype resource,
                         java.lang.String msg,
                         java.lang.Throwable t)
Method Detail

getResource

public ResourcePrototype getResource()

GWT 2.7.0