Package org.eclipse.wst.xsl.invoker


org.eclipse.wst.xsl.invoker
Class TransformationException



public class TransformationException
extends java.lang.Exception
Checked Exception for transformation errors.


Constructor Summary

TransformationException(java.lang.String message)
TransformationException(java.lang.String message , java.lang.Throwable cause)

Method Summary


Constructor Detail

TransformationException

public TransformationException(java.lang.String message)

Create a new instance of this with the given message.


TransformationException

public TransformationException(java.lang.String message , java.lang.Throwable cause)

Create a new instance of this with the given message and cause.