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

jscl.NumeralBaseException Maven / Gradle / Ivy

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

import jscl.text.msg.Messages;

import javax.annotation.Nonnull;

/**
 * User: serso
 * Date: 12/6/11
 * Time: 11:34 AM
 */
public class NumeralBaseException extends AbstractJsclArithmeticException {

	public NumeralBaseException(@Nonnull Double value) {
		super(Messages.msg_17, value);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy