org.opencds.cqf.cds.exceptions.NotImplementedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cds Show documentation
Show all versions of cds Show documentation
cds-hooks module for the cqf-ruler
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