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