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
    Version:
    $Revision: 1.4 $, $Date: 2007/11/10 05:29:02 $
    Author:
    Jason Hunter
    See Also:
    Serialized Form
    • Constructor Detail

      • XSLTransformException

        public XSLTransformException()
      • XSLTransformException

        public XSLTransformException​(java.lang.String message)
      • XSLTransformException

        public XSLTransformException​(java.lang.String message,
                                     java.lang.Exception cause)