de.swm.gwt.linker.server.propertyprovider.PropertyProviderException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-gwt-client Show documentation
Show all versions of swm-gwt-client Show documentation
Plain GWT Swm erweiterungen, auch zur benutzung in mobilen Geraeten
The newest version!
package de.swm.gwt.linker.server.propertyprovider;
/**
*
* @author Daniel Kurka (see http://code.google.com/p/mgwt/)
*
*/
public class PropertyProviderException extends Exception {
private static final long serialVersionUID = 4960243002866594488L;
public PropertyProviderException(String string) {
super(string);
}
}