net.sf.saxon.s9api

Class 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 SaxonApiUncheckedException
Constructor Summary
SaxonApiUncheckedException(Throwable err)
Create an unchecked exception
Method Summary
StringgetMessage()
Returns the detail message string of this throwable.

Constructor Detail

SaxonApiUncheckedException

public SaxonApiUncheckedException(Throwable err)
Create an unchecked exception

Parameters: err the underlying cause

Method Detail

getMessage

public String getMessage()
Returns the detail message string of this throwable.

Returns: the detail message string of this Throwable instance (which may be null).