src/java.xml/share/classes/javax/xml/parsers/FactoryConfigurationError.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    29  * Thrown when a problem with configuration with the Parser Factories
    29  * Thrown when a problem with configuration with the Parser Factories
    30  * exists. This error will typically be thrown when the class of a
    30  * exists. This error will typically be thrown when the class of a
    31  * parser factory specified in the system properties cannot be found
    31  * parser factory specified in the system properties cannot be found
    32  * or instantiated.
    32  * or instantiated.
    33  *
    33  *
    34  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
    34  * @author Jeff Suttor
    35  * @since 1.4
    35  * @since 1.4
    36  */
    36  */
    37 
    37 
    38 public class FactoryConfigurationError extends Error {
    38 public class FactoryConfigurationError extends Error {
    39     private static final long serialVersionUID = -827108682472263355L;
    39     private static final long serialVersionUID = -827108682472263355L;