jaxp/src/org/xml/sax/SAXNotSupportedException.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    44  * <p>An XMLReader will throw this exception when it recognizes a
    44  * <p>An XMLReader will throw this exception when it recognizes a
    45  * feature or property identifier, but cannot perform the requested
    45  * feature or property identifier, but cannot perform the requested
    46  * operation (setting a state or value).  Other SAX2 applications and
    46  * operation (setting a state or value).  Other SAX2 applications and
    47  * extensions may use this class for similar purposes.</p>
    47  * extensions may use this class for similar purposes.</p>
    48  *
    48  *
    49  * @since SAX 2.0
    49  * @since 1.4, SAX 2.0
    50  * @author David Megginson
    50  * @author David Megginson
    51  * @see org.xml.sax.SAXNotRecognizedException
    51  * @see org.xml.sax.SAXNotRecognizedException
    52  */
    52  */
    53 public class SAXNotSupportedException extends SAXException
    53 public class SAXNotSupportedException extends SAXException
    54 {
    54 {