package javax.xml.parsers;

public class ParserConfigurationException extends Exception
{

 public ParserConfigurationException(String)
 {
 }
 
}