org.apache.excalibur.xml.xslt
Class XSLTProcessorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.avalon.framework.CascadingException
                    |
                    +--org.apache.excalibur.xml.xslt.XSLTProcessorException
All Implemented Interfaces:
CascadingThrowable, Serializable

public class XSLTProcessorException
extends CascadingException

This exception is thrown by the XSLTProcessor. It will wrap any exceptions thrown throughout the processing process.

Author:
Avalon Development Team
See Also:
Serialized Form

Constructor Summary
XSLTProcessorException(String message)
           
XSLTProcessorException(String message, Throwable throwable)
           
 
Methods inherited from class org.apache.avalon.framework.CascadingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, 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

XSLTProcessorException

public XSLTProcessorException(String message)

XSLTProcessorException

public XSLTProcessorException(String message,
                              Throwable throwable)


Copyright © 1997-2004 The Apache Software Foundation. All Rights Reserved.