package w3c.model.www.pep.bags;
import w3c.model.www.pep.altlib.HttpParserException;
public class MissingElementException extends HttpParserException
public MissingElementException ( String name, String context) {
super (context+" is not complete without "+name);
}