com.google.gwt.i18n.rebind
Class AbstractResource.MissingResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gwt.i18n.rebind.AbstractResource.MissingResourceException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- AbstractResource
public static class AbstractResource.MissingResourceException
- extends java.lang.RuntimeException
Exception indicating a required resource was not found.
- 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbstractResource.MissingResourceException
public AbstractResource.MissingResourceException(java.lang.String key,
java.util.List<AbstractResource> searchedResources)
getDuring
public java.lang.String getDuring()
getKey
public java.lang.String getKey()
getMethod
public java.lang.String getMethod()
getSearchedResources
public java.util.List<AbstractResource> getSearchedResources()
setDuring
public void setDuring(java.lang.String during)
setMethod
public void setMethod(java.lang.String method)