org.cdmckay.coffeedom.transform
Class XSLTransformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cdmckay.coffeedom.CoffeeDOMException
                  extended by org.cdmckay.coffeedom.transform.XSLTransformException
All Implemented Interfaces:
Serializable

public class XSLTransformException
extends CoffeeDOMException

Thrown when an XSL stylesheet fails to compile or an XSL transform fails

Author:
Jason Hunter
See Also:
Serialized Form

Constructor Summary
XSLTransformException()
           
XSLTransformException(String message)
           
XSLTransformException(String message, Exception cause)
           
 
Method Summary
 
Methods inherited from class org.cdmckay.coffeedom.CoffeeDOMException
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XSLTransformException

public XSLTransformException()

XSLTransformException

public XSLTransformException(String message)

XSLTransformException

public XSLTransformException(String message,
                             Exception cause)


Copyright © 2011. All Rights Reserved.