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(java.lang.String message) |
UncheckedXPathException(java.lang.Throwable cause) |
UncheckedXPathException(XPathException cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
XPathException |
getXPathException() |
public UncheckedXPathException(XPathException cause)
public UncheckedXPathException(java.lang.String message)
public UncheckedXPathException(java.lang.Throwable cause)
public XPathException getXPathException()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.