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

org.contextmapper.dsl.generator.exception.NoContextMapDefinedException Maven / Gradle / Ivy

package org.contextmapper.dsl.generator.exception;

public class NoContextMapDefinedException extends GeneratorInputException {

	public NoContextMapDefinedException() {
		super("No Context Map defined in this model. Please select a file which contains a context map.");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy