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

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

There is a newer version: 2.2.2
Show newest version
package com.github.switcherapi.client.exception;

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

	public SwitcherInvalidDateTimeArgumentException(final String value) {
		super(String.format("Something went wrong. It was not possible to convert this time duration %s", value), null);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy