public class TransformationException extends ChainedException
XSTransformer's functions.| Constructor and Description | 
|---|
TransformationException()
Creates a new  
TransformationException instance. | 
TransformationException(java.lang.String s)
Creates a new  
TransformationException instance with the given message string. | 
TransformationException(java.lang.String s, java.lang.Throwable cause)
Creates a new  
TransformationException instance with the given message string and a give cause | 
TransformationException(java.lang.Throwable cause)
Creates a new  
TransformationException instance with the given cause | 
getCausepublic TransformationException()
TransformationException instance.public TransformationException(java.lang.Throwable cause)
TransformationException instance with the given causepublic TransformationException(java.lang.String s)
TransformationException instance with the given message string.
public TransformationException(java.lang.String s,
                       java.lang.Throwable cause)
TransformationException instance with the given message string and a give cause