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
XSLTProcessorException
public XSLTProcessorException(String message)
XSLTProcessorException
public XSLTProcessorException(String message,
Throwable throwable)
Copyright © 1997-2004 The Apache Software Foundation. All Rights Reserved.