Class SaxonApiException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SaxonApiException
    extends java.lang.Exception
    An exception thrown by the Saxon s9api API. This is always a wrapper for some other underlying exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SaxonApiException​(java.lang.String message)
      Create a SaxonApiException
      SaxonApiException​(java.lang.Throwable e)
      Create a SaxonApiException
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()
      Returns 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SaxonApiException

        public SaxonApiException​(java.lang.Throwable e)
        Create a SaxonApiException
        Parameters:
        e - the underlying exception
      • SaxonApiException

        public SaxonApiException​(java.lang.String message)
        Create a SaxonApiException
        Parameters:
        message - the message
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Returns the detail message string of this throwable.
        Overrides:
        getMessage in class java.lang.Throwable
        Returns:
        the detail message string of this Throwable instance (which may be null).