![JAR search and dependency download from the Maven repository](/logo.png)
org.contextmapper.dsl.generator.exception.NoContextMappingModelDefinedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of context-mapper-dsl Show documentation
Show all versions of context-mapper-dsl Show documentation
Use the ContextMapper DSL in your standalone application.
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