de.swm.gwt.linker.XMLPermutationProviderException 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
package de.swm.gwt.linker;
/**
*
* @author Daniel Kurka (see http://code.google.com/p/mgwt/)
*
*/
public class XMLPermutationProviderException extends Exception {
private static final long serialVersionUID = -2522766594754391803L;
public XMLPermutationProviderException() {
}
public XMLPermutationProviderException(Throwable e) {
super(e);
}
public XMLPermutationProviderException(String string, Throwable e) {
super(string, e);
}
}