public class TooManyInputsException extends RuntimeException {
public TooManyInputsException() {
super("Too many inputs.");
}