Class XSLTransformException

  • All Implemented Interfaces:
    java.io.Serializable

    public class XSLTransformException
    extends JDOMException
    Thrown when an XSL stylesheet fails to compile or an XSL transform fails
    Author:
    Jason Hunter
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XSLTransformException()
      A new and default XSLTransformException
      XSLTransformException​(java.lang.String message)
      A new XSLTransformException with the specified message
      XSLTransformException​(java.lang.String message, java.lang.Exception cause)
      A new XSLTransformException with the specified message and cause
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

      • XSLTransformException

        public XSLTransformException()
        A new and default XSLTransformException
      • XSLTransformException

        public XSLTransformException​(java.lang.String message)
        A new XSLTransformException with the specified message
        Parameters:
        message - The message for the exception
      • XSLTransformException

        public XSLTransformException​(java.lang.String message,
                                     java.lang.Exception cause)
        A new XSLTransformException with the specified message and cause
        Parameters:
        message - The message for the exception
        cause - This exception's cause.