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

org.hisp.dhis.rules.models.RuleEngineValidationException Maven / Gradle / Ivy

package org.hisp.dhis.rules.models;

import org.hisp.dhis.lib.expression.spi.ParseException;

public class RuleEngineValidationException extends ParseException {
    public RuleEngineValidationException(String s) {
        super(s);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy