net.sf.saxon.s9api

Class SaxonApiException

public class SaxonApiException extends Exception

An exception thrown by the Saxon s9api API. This is always a wrapper for some other underlying exception
Constructor Summary
SaxonApiException(Throwable cause)
Create a SaxonApiException
SaxonApiException(String message)
Create a SaxonApiException
SaxonApiException(String message, Throwable cause)
Create a SaxonApiException
Method Summary
StringgetMessage()
Returns the detail message string of this throwable.

Constructor Detail

SaxonApiException

public SaxonApiException(Throwable cause)
Create a SaxonApiException

Parameters: cause the underlying cause of the exception

SaxonApiException

public SaxonApiException(String message)
Create a SaxonApiException

Parameters: message the message

SaxonApiException

public SaxonApiException(String message, Throwable cause)
Create a SaxonApiException

Parameters: message the message cause the underlying cause of the exception

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