src/org/xml/sax/SAXNotRecognizedException.java

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

*** 44,54 **** * * <p>An XMLReader will throw this exception when it finds an * unrecognized feature or property identifier; SAX applications and * extensions may use this class for other, similar purposes.</p> * ! * @since SAX 2.0 * @author David Megginson * @see org.xml.sax.SAXNotSupportedException */ public class SAXNotRecognizedException extends SAXException { --- 44,54 ---- * * <p>An XMLReader will throw this exception when it finds an * unrecognized feature or property identifier; SAX applications and * extensions may use this class for other, similar purposes.</p> * ! * @since 1.4, SAX 2.0 * @author David Megginson * @see org.xml.sax.SAXNotSupportedException */ public class SAXNotRecognizedException extends SAXException {