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

com.bnd.math.BndMathException Maven / Gradle / Ivy

The newest version!
package com.bnd.math;

/**
 * @author © Peter Banda
 * @since 2013
 */
public class BndMathException extends RuntimeException {

	public BndMathException() {
		super();
	}

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

	public BndMathException(String message, Throwable cause) {
		super(message, cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy