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

org.jbakery.arguments.EmptyArgumentException Maven / Gradle / Ivy

package org.jbakery.arguments;

public class EmptyArgumentException
	extends RuntimeException
{
	public EmptyArgumentException(String argumentName)
	{
		super(String.format("Argument \"%s\" may not be empty.", argumentName));
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy