< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/WrappedSAXException.java

Print this page

        

*** 34,44 **** * * FIXME: use XNIException for this purpose. It's already doing this * kind of SAXException tunneling. * * @author ! * Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) * * @LastModified: Oct 2017 */ public class WrappedSAXException extends RuntimeException { private static final long serialVersionUID = -3201986204982729962L; --- 34,44 ---- * * FIXME: use XNIException for this purpose. It's already doing this * kind of SAXException tunneling. * * @author ! * Kohsuke Kawaguchi * * @LastModified: Oct 2017 */ public class WrappedSAXException extends RuntimeException { private static final long serialVersionUID = -3201986204982729962L;
< prev index next >