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

org.opencds.cqf.cql.exception.UndefinedResult Maven / Gradle / Ivy

There is a newer version: 1.3.12.1
Show newest version
package org.opencds.cqf.cql.exception;

public class UndefinedResult extends CqlException {
    public UndefinedResult(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy