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 getCause()

Constructor Summary

SaxonApiUncheckedException(Throwable err)
Create an unchecked exception

Method Summary

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

Constructor Details

SaxonApiUncheckedException

public SaxonApiUncheckedException(Throwable err)
Create an unchecked exception
Parameters:
err - the underlying cause

Method Details

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).