Home
last modified time | relevance | path

Searched defs:XPathException (Results 1 – 25 of 88) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/
H A DXPathException.cs19 public class XPathException : SystemException { class
28 … protected XPathException(SerializationInfo info, StreamingContext context) : base(info, context) { in XPathException() method in System.Xml.XPath.XPathException
58 public XPathException() : this (string.Empty, (Exception) null) {} in XPathException() method in System.Xml.XPath.XPathException
60 public XPathException(string message) : this (message, (Exception) null) {} in XPathException() method in System.Xml.XPath.XPathException
62 public XPathException(string message, Exception innerException) : in XPathException() method in System.Xml.XPath.XPathException
82 private XPathException(string res, string[] args) : in XPathException() method in System.Xml.XPath.XPathException
86 private XPathException(string res, string[] args, Exception inner) : in XPathException() method in System.Xml.XPath.XPathException
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/
H A DXPathException.cs18 public class XPathException : SystemException class
28 … protected XPathException(SerializationInfo info, StreamingContext context) : base(info, context) in XPathException() method in System.Xml.XPath.XPathException
63 public XPathException() : this(string.Empty, (Exception)null) { } in XPathException() method in System.Xml.XPath.XPathException
65 public XPathException(string message) : this(message, (Exception)null) { } in XPathException() method in System.Xml.XPath.XPathException
67 public XPathException(string message, Exception innerException) : in XPathException() method in System.Xml.XPath.XPathException
92 private XPathException(string res, string[] args) : in XPathException() method in System.Xml.XPath.XPathException
97 private XPathException(string res, string[] args, Exception inner) : in XPathException() method in System.Xml.XPath.XPathException
/dports/textproc/dom4j/dom4j-1.6.1/src/java/org/dom4j/
H A DXPathException.java19 public class XPathException extends RuntimeException { class
23 public XPathException(String xpath) { in XPathException() method in XPathException
28 public XPathException(String xpath, String reason) { in XPathException() method in XPathException
33 public XPathException(String xpath, Exception e) { in XPathException() method in XPathException
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPathException.java32 public class XPathException class
47 public XPathException() { in XPathException() method in XPathException
53 public XPathException(String key) { in XPathException() method in XPathException
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPathException.java32 public class XPathException class
47 public XPathException() { in XPathException() method in XPathException
53 public XPathException(String key) { in XPathException() method in XPathException
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPathException.java32 public class XPathException class
47 public XPathException() { in XPathException() method in XPathException
53 public XPathException(String key) { in XPathException() method in XPathException
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPathException.java32 public class XPathException class
47 public XPathException() { in XPathException() method in XPathException
53 public XPathException(String key) { in XPathException() method in XPathException
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPathException.java32 public class XPathException class
47 public XPathException() { in XPathException() method in XPathException
53 public XPathException(String key) { in XPathException() method in XPathException
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPathException.java32 public class XPathException class
47 public XPathException() { in XPathException() method in XPathException
53 public XPathException(String key) { in XPathException() method in XPathException
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPathException.java32 public class XPathException class
47 public XPathException() { in XPathException() method in XPathException
53 public XPathException(String key) { in XPathException() method in XPathException
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPathException.java32 public class XPathException class
47 public XPathException() { in XPathException() method in XPathException
53 public XPathException(String key) { in XPathException() method in XPathException
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPathException.java31 public class XPathException class
46 public XPathException() { in XPathException() method in XPathException
52 public XPathException(String key) { in XPathException() method in XPathException
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPathException.java31 public class XPathException class
46 public XPathException() { in XPathException() method in XPathException
52 public XPathException(String key) { in XPathException() method in XPathException
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Xml.XPath/ref/
H A DSystem.Xml.XPath.cs33 public partial class XPathException : System.SystemException class
35 public XPathException() { } in XPathException() method in System.Xml.XPath.XPathException
36 …protected XPathException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Seria… in XPathException() method in System.Xml.XPath.XPathException
37 public XPathException(string message) { } in XPathException() method in System.Xml.XPath.XPathException
38 public XPathException(string message, System.Exception innerException) { } in XPathException() method in System.Xml.XPath.XPathException
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/
H A 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
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/
H A 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
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/
H A 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
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/
H A 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
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/
H A 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
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/
H A 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
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/
H A 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
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/
H A 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
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathException.java38 public class XPathException extends TransformerException class
74 public XPathException(String message, ExpressionNode ex) in XPathException() method in XPathException
86 public XPathException(String message) in XPathException() method in XPathException
131 public XPathException(String message, Object styleNode) in XPathException() method in XPathException
148 public XPathException(String message, Node styleNode, Exception e) in XPathException() method in XPathException
164 public XPathException(String message, Exception e) in XPathException() method in XPathException
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathException.java38 public class XPathException extends TransformerException class
74 public XPathException(String message, ExpressionNode ex) in XPathException() method in XPathException
86 public XPathException(String message) in XPathException() method in XPathException
131 public XPathException(String message, Object styleNode) in XPathException() method in XPathException
148 public XPathException(String message, Node styleNode, Exception e) in XPathException() method in XPathException
164 public XPathException(String message, Exception e) in XPathException() method in XPathException
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/xml/xpath/
H A DXPathException.java49 public class XPathException class
57 public XPathException(String message) in XPathException() method in XPathException
62 public XPathException(Throwable cause) in XPathException() method in XPathException

1234