org.jdom.transform

Class XSLTransformException


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

Constructor Summary

XSLTransformException()
XSLTransformException(String message)
XSLTransformException(String message, Exception cause)

Method Summary

Methods inherited from class org.jdom.JDOMException

getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace

Constructor Details

XSLTransformException

public XSLTransformException()

XSLTransformException

public XSLTransformException(String message)

XSLTransformException

public XSLTransformException(String message,
                             Exception cause)

Copyright B) 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.