public class UncheckedXPathException
extends java.lang.RuntimeException
User-written callback functions (such as ErrorReporter may also
throw an UncheckedXPathException; this will generally cause the query or transformation
to be aborted.
| Constructor and Description |
|---|
UncheckedXPathException(XPathException cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
XPathException |
getXPathException() |
public UncheckedXPathException(XPathException cause)
public XPathException getXPathException()
public java.lang.String getMessage()
getMessage in class java.lang.ThrowableCopyright (c) 2004-2021 Saxonica Limited. All rights reserved.