com.google.gwt.resources.client
Class ResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)
getResource
public ResourcePrototype getResource()