< prev index next >

src/java.xml/share/classes/javax/xml/parsers/FactoryConfigurationError.java

Print this page

        

*** 29,39 **** * 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. * ! * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a> * @since 1.4 */ public class FactoryConfigurationError extends Error { private static final long serialVersionUID = -827108682472263355L; --- 29,39 ---- * 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. * ! * @author Jeff Suttor * @since 1.4 */ public class FactoryConfigurationError extends Error { private static final long serialVersionUID = -827108682472263355L;
< prev index next >