Home
last modified time | relevance | path

Searched refs:XPathException (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/
DXPathException.java36 public class XPathException extends TransformerException class
72 public XPathException(String message, ExpressionNode ex) in XPathException() method in XPathException
84 public XPathException(String message) in XPathException() method in XPathException
129 public XPathException(String message, Object styleNode) in XPathException() method in XPathException
146 public XPathException(String message, Node styleNode, Exception e) in XPathException() method in XPathException
162 public XPathException(String message, Exception e) in XPathException() method in XPathException
DXPathProcessorException.java28 public class XPathProcessorException extends XPathException
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXObject.java33 import org.apache.xpath.XPathException;
709 throw new XPathException(fmsg, this); in error()