jaxp/src/org/xml/sax/SAXException.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    52  *
    52  *
    53  * <p>If the parser or application needs to include information about a
    53  * <p>If the parser or application needs to include information about a
    54  * specific location in an XML document, it should use the
    54  * specific location in an XML document, it should use the
    55  * {@link org.xml.sax.SAXParseException SAXParseException} subclass.</p>
    55  * {@link org.xml.sax.SAXParseException SAXParseException} subclass.</p>
    56  *
    56  *
    57  * @since SAX 1.0
    57  * @since 1.4, SAX 1.0
    58  * @author David Megginson
    58  * @author David Megginson
    59  * @version 2.0.1 (sax2r2)
    59  * @version 2.0.1 (sax2r2)
    60  * @see org.xml.sax.SAXParseException
    60  * @see org.xml.sax.SAXParseException
    61  */
    61  */
    62 public class SAXException extends Exception {
    62 public class SAXException extends Exception {