uk.dioxic.mgenerate.common.exception.DocumentNotMappedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mgenerate-common Show documentation
Show all versions of mgenerate-common Show documentation
Common code for mgenerate4j
The newest version!
package uk.dioxic.mgenerate.common.exception;
public class DocumentNotMappedException extends RuntimeException {
public DocumentNotMappedException(String message) {
super(message);
}
public DocumentNotMappedException() {
super();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy