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

com.g2forge.alexandria.wizard.InputUnspecifiedException Maven / Gradle / Ivy

The newest version!
package com.g2forge.alexandria.wizard;

import java.util.NoSuchElementException;

public class InputUnspecifiedException extends NoSuchElementException {
	private static final long serialVersionUID = -5902244684430582312L;

	public InputUnspecifiedException() {}

	public InputUnspecifiedException(String message) {
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy