net.sf.saxon.s9api
Class SaxonApiUncheckedException
RuntimeException
net.sf.saxon.s9api.SaxonApiUncheckedException
public class SaxonApiUncheckedException
extends RuntimeException
An unchecked exception thrown by the Saxon API. Unchecked exceptions are used only when errors occur in a method
for which the interface specification defines no checked exception, for example java.util.Iterator.next()
.
The exception always wraps some underlying exception, which can be retrieved using getCause()
String | getMessage() - Returns the detail message string of this throwable.
|
SaxonApiUncheckedException
public SaxonApiUncheckedException(Throwable err)
Create an unchecked exception
err
- the underlying cause
getMessage
public String getMessage()
Returns the detail message string of this throwable.
- the detail message string of this Throwable instance
(which may be null).