public class ExceptionEmptyList extends RuntimeException {
	public ExceptionEmptyList(String err) {
		super(err);
	}
}