net.sf.saxon.s9api
public class SaxonApiUncheckedException extends java.lang.RuntimeException
Iterator.next()
.
The exception always wraps some underlying exception, which can be retrieved using Throwable.getCause()
Constructor and Description |
---|
SaxonApiUncheckedException(java.lang.Throwable err)
Create an unchecked exception
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns the detail message string of this throwable.
|