// import java.awt.im.spi;

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