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

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

There is a newer version: 6.12.0
Show newest version
package org.contextmapper.dsl.generator.exception;

public class NoContextMappingModelDefinedException extends GeneratorInputException {

	public NoContextMappingModelDefinedException() {
		super("No CML model defined in this resource. Please select a file which contains a CML model.");
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy