Package org.eclipse.wst.xsl.invoker
public class TransformationException extends java.lang.ExceptionChecked Exception for transformation errors.
Constructor Summary |
TransformationException(java.lang.String message) |
TransformationException(java.lang.String message
,
java.lang.Throwable cause) |
Method Summary |
Constructor Detail |
public TransformationException(java.lang.String message)
Create a new instance of this with the given message.
public TransformationException(java.lang.String message
,
java.lang.Throwable cause)
Create a new instance of this with the given message and cause.