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

cz.jmare.mexpr.exception.run.EvalInterruptedException Maven / Gradle / Ivy

package cz.jmare.mexpr.exception.run;

/**
 * Function can process an interrupt signal and in such case this exception is to be throwed
 */
public class EvalInterruptedException extends EvaluateException {
    private static final long serialVersionUID = 2107092567379765378L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy