public class Errors
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
net.sf.saxon.trans.XPathException |
make(java.lang.String code,
java.lang.String msg)
Make an XPath exception with
code in the web:* namespace. |
net.sf.saxon.trans.XPathException |
make(java.lang.String code,
java.lang.String msg,
java.lang.Throwable cause)
Make an XPath exception with
code in the web:* namespace. |
public Errors(Library lib)
public net.sf.saxon.trans.XPathException make(java.lang.String code,
java.lang.String msg)
code in the web:* namespace.code - the XPath error codemsg - the error messagepublic net.sf.saxon.trans.XPathException make(java.lang.String code,
java.lang.String msg,
java.lang.Throwable cause)
code in the web:* namespace.code - the XPath error codemsg - the error messagecause - the java exceptionCopyright © 2015-2020 EXPath. All Rights Reserved