net.sf.saxon.s9api
Class SaxonApiException
Exception
net.sf.saxon.s9api.SaxonApiException
public class SaxonApiException
extends Exception
An exception thrown by the Saxon s9api API. This is always a wrapper for some other underlying exception
String | getMessage() - Returns the detail message string of this throwable.
|
SaxonApiException
public SaxonApiException(String message)
Create a SaxonApiException
SaxonApiException
public SaxonApiException(Throwable e)
Create a SaxonApiException
e
- the underlying exception
getMessage
public String getMessage()
Returns the detail message string of this throwable.
- the detail message string of this Throwable instance
(which may be null).