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(String message)
Create a SaxonApiException
SaxonApiException(Throwable e)
Create a SaxonApiException

Method Summary

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

Constructor Details

SaxonApiException

public SaxonApiException(String message)
Create a SaxonApiException
Parameters:
message - the message

SaxonApiException

public SaxonApiException(Throwable e)
Create a SaxonApiException
Parameters:
e - the underlying exception

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