FileDocCategorySizeDatePackage
FactoryConfigurationError.javaAPI DocphoneME MR2 API (J2ME)1488Wed May 02 18:00:34 BST 2007javax.xml.parsers

FactoryConfigurationError

public class FactoryConfigurationError extends Error
Thrown when a problem with configuration with the Parser Factories exists. This error will typically be thrown when the class of a parser factory specified in the system properties cannot be found or instantiated.
since
JAXP 1.0
version
1.0

Fields Summary
Constructors Summary
public FactoryConfigurationError(String msg)

	super(msg);
    
Methods Summary