< prev index next >

src/java.xml/share/classes/javax/xml/xpath/XPathException.java

Print this page

        

*** 33,44 **** import java.io.InvalidClassException; /** * {@code XPathException} represents a generic XPath exception. * ! * @author <a href="Norman.Walsh@Sun.com">Norman Walsh</a> ! * @author <a href="mailto:Jeff.Suttor@Sun.COM">Jeff Suttor</a> * @since 1.5 */ public class XPathException extends Exception { private static final ObjectStreamField[] serialPersistentFields = { --- 33,44 ---- import java.io.InvalidClassException; /** * {@code XPathException} represents a generic XPath exception. * ! * @author Norman Walsh ! * @author Jeff Suttor * @since 1.5 */ public class XPathException extends Exception { private static final ObjectStreamField[] serialPersistentFields = {
< prev index next >