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

org.opencds.cqf.cds.exceptions.NotImplementedException Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package org.opencds.cqf.cds.exceptions;

public class NotImplementedException extends RuntimeException {
    public NotImplementedException() {}

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy