src/javax/xml/transform/TransformerFactoryConfigurationError.java

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

*** 28,37 **** --- 28,39 ---- /** * Thrown when a problem with configuration with the Transformer Factories * exists. This error will typically be thrown when the class of a * transformation factory specified in the system properties cannot be found * or instantiated. + * + * @since 1.4 */ public class TransformerFactoryConfigurationError extends Error { private static final long serialVersionUID = -6527718720676281516L; /**