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

com.github.switcherapi.client.exception.SwitcherInvalidNumericFormat Maven / Gradle / Ivy

package com.github.switcherapi.client.exception;

/**
 * @author Roger Floriano (petruki)
 * @since 2020-07-26
 */
public class SwitcherInvalidNumericFormat extends SwitcherException {

	public SwitcherInvalidNumericFormat(final String input) {
		super(String.format("Numeric value is invalid for this operation. '%s'", input), null);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy