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