// import java.awt.im.spi;

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