w3c.model.www.pep.bags.MissingElementException

w3c.model.www.pep.bags.MissingElementException

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);
    }