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

org.silentsoft.arguments.parser.InvalidArgumentsException Maven / Gradle / Ivy

package org.silentsoft.arguments.parser;

public class InvalidArgumentsException extends Exception {

	private static final long serialVersionUID = -4994337915808781759L;
	
	public InvalidArgumentsException() {
		super();
	}
	
	public InvalidArgumentsException(String message) {
		super(message);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy