public InputMismatchException()

in taverna-commandline-api/src/main/java/org/apache/taverna/commandline/exceptions/InputMismatchException.java [30:34]


	public InputMismatchException(String msg, Set<String> expectedInputNames, Set<String> providedInputNames) {
		super(msg);
		this.expectedInputNames = expectedInputNames;
		this.providedInputNames = providedInputNames;				
	}