All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.swm.gwt.linker.XMLPermutationProviderException Maven / Gradle / Ivy

The newest version!
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);
        }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy