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

com.hlag.rulemaker.exception.RuleMakerEvaluationException Maven / Gradle / Ivy

There is a newer version: 1.5.29
Show newest version
package com.hlag.rulemaker.exception;

public class RuleMakerEvaluationException extends RuleMakerException {
    public RuleMakerEvaluationException(String msg) {
        super(msg);
    }

    public RuleMakerEvaluationException(Throwable cause) {
        super(cause);
    }

    public RuleMakerEvaluationException(String msg, Throwable cause) {
        super(msg, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy