com.nedap.archie.rminfo.ModelNotFoundException Maven / Gradle / Ivy
package com.nedap.archie.rminfo;
/** Exception indicating that no model was found for the given archetype */
public class ModelNotFoundException extends RuntimeException {
public ModelNotFoundException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy