HomeSort by relevance Sort by last modified time
    Searched defs:XPathException (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/xml/
XPathException.h 38 class XPathException : public ExceptionBase {
40 static PassRefPtr<XPathException> create(const ExceptionCodeDescription& description)
42 return adoptRef(new XPathException(description));
54 XPathException(const ExceptionCodeDescription& description)
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathException.java 17 // $Id: XPathException.java 446598 2006-09-15 12:55:40Z jeremias $
24 * <code>XPathException</code> represents a generic XPath exception.</p>
31 public class XPathException extends Exception {
41 * <p>Constructs a new <code>XPathException</code> with the specified detail <code>message</code>.</p>
49 public XPathException(String message) {
58 * <p>Constructs a new <code>XPathException</code> with the specified <code>cause</code>.</p>
66 public XPathException(Throwable cause) {
  /libcore/luni/src/main/java/org/apache/xpath/
XPathException.java 19 * $Id: XPathException.java 468655 2006-10-28 07:12:06Z minchau $
36 public class XPathException extends TransformerException
68 * Create an XPathException object that holds
72 public XPathException(String message, ExpressionNode ex)
80 * Create an XPathException object that holds
84 public XPathException(String message)
123 * Create an XPathException object that holds
129 public XPathException(String message, Object styleNode)
138 * Create an XPathException object that holds
146 public XPathException(String message, Node styleNode, Exception e
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/objects/
XObject.java 33 import org.apache.xpath.XPathException;
709 throw new XPathException(fmsg, this);
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 220 milliseconds