// import java.awt.im.spi;

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