net.sf.saxon.s9api
public class SaxonApiException extends 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 | |
|---|---|
| String | getMessage()
Returns the detail message string of this throwable.
|
Parameters: cause the underlying cause of the exception
Parameters: message the message
Parameters: message the message cause the underlying cause of the exception
Returns: the detail message string of this Throwable instance (which may be null).