
org.opencds.cqf.cql.engine.exception.UndefinedResult Maven / Gradle / Ivy
package org.opencds.cqf.cql.engine.exception;
public class UndefinedResult extends CqlException {
private static final long serialVersionUID = 1L;
public UndefinedResult(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy