src/java.xml/share/classes/javax/xml/xpath/XPathException.java
changeset 48412 d4412e380f6b
parent 47712 bde0215f1f70
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    33 import java.io.InvalidClassException;
    33 import java.io.InvalidClassException;
    34 
    34 
    35 /**
    35 /**
    36  * {@code XPathException} represents a generic XPath exception.
    36  * {@code XPathException} represents a generic XPath exception.
    37  *
    37  *
    38  * @author  <a href="Norman.Walsh@Sun.com">Norman Walsh</a>
    38  * @author Norman Walsh
    39  * @author <a href="mailto:Jeff.Suttor@Sun.COM">Jeff Suttor</a>
    39  * @author Jeff Suttor
    40  * @since 1.5
    40  * @since 1.5
    41  */
    41  */
    42 public class XPathException extends Exception {
    42 public class XPathException extends Exception {
    43 
    43 
    44     private static final ObjectStreamField[] serialPersistentFields = {
    44     private static final ObjectStreamField[] serialPersistentFields = {