org.apache.excalibur.xml.xslt
Class XSLTProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.avalon.framework.CascadingException
              extended by org.apache.excalibur.xml.xslt.XSLTProcessorException
All Implemented Interfaces:
java.io.Serializable, org.apache.avalon.framework.CascadingThrowable

public class XSLTProcessorException
extends org.apache.avalon.framework.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(java.lang.String message)
           
XSLTProcessorException(java.lang.String message, java.lang.Throwable throwable)
           
 
Method Summary
 
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(java.lang.String message)

XSLTProcessorException

public XSLTProcessorException(java.lang.String message,
                              java.lang.Throwable throwable)


Copyright © 1997-2010 Apache Software Foundation. All Rights Reserved.