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

org.technologybrewery.fermenter.mda.generator.GenerationException Maven / Gradle / Ivy

The newest version!
package org.technologybrewery.fermenter.mda.generator;

public class GenerationException extends RuntimeException {

    private static final long serialVersionUID = -3898544317651420802L;

    public GenerationException() {
		super();
	}

	public GenerationException(String arg0, Throwable arg1) {
		super(arg0, arg1);
	}

	public GenerationException(String arg0) {
		super(arg0);
	}

	public GenerationException(Throwable arg0) {
		super(arg0);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy