javax.xml.parsers
Class FactoryConfigurationError
java.lang.Object
java.lang.Throwable
java.lang.Error
javax.xml.parsers.FactoryConfigurationError
- All Implemented Interfaces:
- Serializable
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
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FactoryConfigurationError
public FactoryConfigurationError(String msg)
Copyright © 2011. All Rights Reserved.