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

jscl.CustomFunctionCalculationException Maven / Gradle / Ivy

There is a newer version: 1.0.11
Show newest version
package jscl;

import jscl.math.function.CustomFunction;
import jscl.text.msg.Messages;
import org.solovyev.common.msg.Message;

import javax.annotation.Nonnull;

/**
 * User: serso
 * Date: 12/22/11
 * Time: 2:26 PM
 */
public class CustomFunctionCalculationException extends AbstractJsclArithmeticException {

	public CustomFunctionCalculationException(@Nonnull CustomFunction function, @Nonnull Message message) {
		super(Messages.msg_19, function.getName(), message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy