org.apache.cocoon.components.xslt
Class XSLTProcessorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.cocoon.components.xslt.XSLTProcessorException
All Implemented Interfaces:
Serializable

public class XSLTProcessorException
extends Exception

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

Version:
$Id: XSLTProcessorException.html 1304280 2012-03-23 11:18:01Z ilgrosso $
See Also:
Serialized Form

Constructor Summary
XSLTProcessorException(String message)
           
XSLTProcessorException(String message, Throwable throwable)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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 © 1999-2008 The Apache Software Foundation. All Rights Reserved.