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

com.anysoft.formula.FormulaException Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.anysoft.formula;


/**
 * Exception used in anyFormula
 * @author duanyy
 * @version 1.0.0
 */
public class FormulaException extends RuntimeException {
	private static final long serialVersionUID = -1288598552957208281L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy