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 TransformationException
    TransformationException​(java.lang.Exception ex)  
    TransformationException​(java.lang.Exception originalException, java.lang.String msgID)
    Constructor TransformationException
    TransformationException​(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)
    Constructor TransformationException
    TransformationException​(java.lang.String msgID)
    Constructor TransformationException
    TransformationException​(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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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 -