Package net.sf.saxon.s9api
Class SaxonApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.saxon.s9api.SaxonApiException
- All Implemented Interfaces:
Serializable
An exception thrown by the Saxon s9api API. This is always a wrapper for some other underlying exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaxonApiException
(String message) Create a SaxonApiExceptionCreate a SaxonApiException -
Method Summary
Modifier and TypeMethodDescriptionReturns the detail message string of this throwable.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaxonApiException
Create a SaxonApiException- Parameters:
e
- the underlying exception
-
SaxonApiException
Create a SaxonApiException- Parameters:
message
- the message
-
-
Method Details
-
getMessage
Returns the detail message string of this throwable.- Overrides:
getMessage
in classThrowable
- Returns:
- the detail message string of this Throwable instance (which may be null).
-