jd.xml.xslt
Class XsltException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjd.util.ChainedRuntimeException
                  extended byjd.xml.xpath.XPathException
                      extended byjd.xml.xslt.XsltException
All Implemented Interfaces:
Serializable

public class XsltException
extends XPathException

A XsltException signals an error during a XSLT transformation.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
XsltException(String message)
          Create a XsltException.
XsltException(String message, Throwable e)
          Create a XsltException.
 
Methods inherited from class jd.util.ChainedRuntimeException
getException, printStackTrace, printStackTrace, printStackTrace, setException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XsltException

public XsltException(String message)
Create a XsltException.

Parameters:
message - a message

XsltException

public XsltException(String message,
                     Throwable e)
Create a XsltException.

Parameters:
message - a message
e - the original exception