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

org.opencds.cqf.cql.engine.exception.InvalidLiteral Maven / Gradle / Ivy

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

public class InvalidLiteral extends CqlException {
    private static final long serialVersionUID = 1L;

    public InvalidLiteral(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy