org.jdom.transform
Class XSLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jdom.JDOMException
                    |
                    +--org.jdom.transform.XSLException
All Implemented Interfaces:
java.io.Serializable

public class XSLException
extends JDOMException

XSLException is thrown when an XSL stylesheet fails to compile or an XSL transform fails

Version:
$Revision: 1.0 $, $Date: 2002/04/26 19:17:10 $
Author:
Elliotte Rusty Harold
See Also:
Serialized Form

Fields inherited from class org.jdom.JDOMException
cause
 
Constructor Summary
XSLException()
           This will create an Exception indicating that ????.
XSLException(java.lang.String message)
           This will create an Exception indicating that ????.
XSLException(java.lang.String message, java.lang.Exception cause)
           This will create an Exception indicating that ????.
 
Methods inherited from class org.jdom.JDOMException
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XSLException

public XSLException(java.lang.String message)

This will create an Exception indicating that ????.

Parameters:
message - String message.

XSLException

public XSLException()

This will create an Exception indicating that ????.

Parameters:
message - String message.

XSLException

public XSLException(java.lang.String message,
                    java.lang.Exception cause)

This will create an Exception indicating that ????.

Parameters:
message - String message.
cause - original excetion which this excepiton wraps.


Copyright © 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.