src/javax/xml/parsers/FactoryConfigurationError.java

Print this page
rev 602 : 8047723: @since tag cleanup in jaxp
Reviewed-by:

*** 31,40 **** --- 31,41 ---- * parser factory specified in the system properties cannot be found * or instantiated. * * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a> * @version $Revision: 1.7 $, $Date: 2010-11-01 04:36:09 $ + * @since 1.4 */ public class FactoryConfigurationError extends Error { private static final long serialVersionUID = -827108682472263355L;