Class TransformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.docx4j.org.apache.xml.security.exceptions.XMLSecurityException
org.docx4j.org.apache.xml.security.transforms.TransformationException
- All Implemented Interfaces:
java.io.Serializable
public class TransformationException extends XMLSecurityException
- Author:
- Christian Geuer-Pollmann
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.docx4j.org.apache.xml.security.exceptions.XMLSecurityException
msgID -
Constructor Summary
Constructors Constructor Description TransformationException()Constructor TransformationExceptionTransformationException(java.lang.Exception ex)TransformationException(java.lang.Exception originalException, java.lang.String msgID)Constructor TransformationExceptionTransformationException(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)Constructor TransformationExceptionTransformationException(java.lang.String msgID)Constructor TransformationExceptionTransformationException(java.lang.String msgID, java.lang.Object[] exArgs)Constructor TransformationException -
Method Summary
Methods inherited from class org.docx4j.org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, toString
-
Constructor Details
-
TransformationException
public TransformationException()Constructor TransformationException -
TransformationException
public TransformationException(java.lang.Exception ex) -
TransformationException
public TransformationException(java.lang.String msgID)Constructor TransformationException- Parameters:
msgID-
-
TransformationException
public TransformationException(java.lang.String msgID, java.lang.Object[] exArgs)Constructor TransformationException- Parameters:
msgID-exArgs-
-
TransformationException
public TransformationException(java.lang.Exception originalException, java.lang.String msgID)Constructor TransformationException- Parameters:
originalException-msgID-
-
TransformationException
public TransformationException(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)Constructor TransformationException- Parameters:
originalException-msgID-exArgs-
-