package javax.xml.parsers;

public class FactoryConfigurationError extends Error
{

 public FactoryConfigurationError(String)
 {
 }
 
}