< prev index next >

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

Print this page

        

*** 26,37 **** package javax.xml.xpath; /** * {@code XPathExpressionException} represents an error in an XPath expression. * ! * @author <a href="mailto:Norman.Walsh@Sun.com">Norman Walsh</a> ! * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a> * @since 1.5 */ public class XPathExpressionException extends XPathException { /** --- 26,37 ---- package javax.xml.xpath; /** * {@code XPathExpressionException} represents an error in an XPath expression. * ! * @author Norman Walsh ! * @author Jeff Suttor * @since 1.5 */ public class XPathExpressionException extends XPathException { /**
< prev index next >