jaxp/src/javax/xml/parsers/FactoryConfigurationError.java
changeset 25262 1fe892ba017a
parent 24887 47b6d4800c64
child 25264 040625ce9b72
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    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 <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
    35  * @version $Revision: 1.7 $, $Date: 2010-11-01 04:36:09 $
    35  * @version $Revision: 1.7 $, $Date: 2010-11-01 04:36:09 $
       
    36  * @since 1.4
    36  */
    37  */
    37 
    38 
    38 public class FactoryConfigurationError extends Error {
    39 public class FactoryConfigurationError extends Error {
    39     private static final long serialVersionUID = -827108682472263355L;
    40     private static final long serialVersionUID = -827108682472263355L;
    40 
    41