com.github.switcherapi.client.exception.SwitcherInvalidDateTimeArgumentException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of switcher-client Show documentation
Show all versions of switcher-client Show documentation
Switcher Client SDK for working with Switcher API
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