Class TransformException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.crypto.dsig.TransformException
All Implemented Interfaces:
Serializable

public class TransformException extends Exception
Indicates an exceptional condition that occurred while executing a transform algorithm.

A TransformException can contain a cause: another throwable that caused this TransformException to get thrown.

Since:
1.6
See Also: