Class InvalidTransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.docx4j.org.apache.xml.security.exceptions.XMLSecurityException
org.docx4j.org.apache.xml.security.transforms.InvalidTransformException
- All Implemented Interfaces:
Serializable
- Author:
- Christian Geuer-Pollmann
- See Also:
-
Field Summary
Fields inherited from class org.docx4j.org.apache.xml.security.exceptions.XMLSecurityException
msgID -
Constructor Summary
ConstructorsConstructorDescriptionConstructor InvalidTransformExceptionInvalidTransformException(Exception originalException, String msgId) Constructor InvalidTransformExceptionInvalidTransformException(Exception originalException, String msgId, Object[] exArgs) Constructor InvalidTransformExceptionInvalidTransformException(String msgId) Constructor InvalidTransformExceptionInvalidTransformException(String msgId, Object[] exArgs) Constructor InvalidTransformException -
Method Summary
Methods inherited from class org.docx4j.org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InvalidTransformException
public InvalidTransformException()Constructor InvalidTransformException -
InvalidTransformException
Constructor InvalidTransformException- Parameters:
msgId-
-
InvalidTransformException
Constructor InvalidTransformException- Parameters:
msgId-exArgs-
-
InvalidTransformException
Constructor InvalidTransformException- Parameters:
msgId-originalException-
-
InvalidTransformException
Constructor InvalidTransformException- Parameters:
msgId-exArgs-originalException-
-