Class Base64DecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.docx4j.org.apache.xml.security.exceptions.XMLSecurityException
org.docx4j.org.apache.xml.security.exceptions.Base64DecodingException
- All Implemented Interfaces:
Serializable
This Exception is thrown if decoding of Base64 data fails.
- Author:
- Christian Geuer-Pollmann
- See Also:
-
Field Summary
Fields inherited from class org.docx4j.org.apache.xml.security.exceptions.XMLSecurityException
msgID -
Constructor Summary
ConstructorsConstructorDescriptionConstructor Base64DecodingExceptionBase64DecodingException(Exception originalException, String msgID) Constructor Base64DecodingExceptionBase64DecodingException(Exception originalException, String msgID, Object[] exArgs) Constructor Base64DecodingExceptionBase64DecodingException(String msgID) Constructor Base64DecodingExceptionBase64DecodingException(String msgID, Object[] exArgs) Constructor Base64DecodingException -
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
-
Base64DecodingException
public Base64DecodingException()Constructor Base64DecodingException -
Base64DecodingException
Constructor Base64DecodingException- Parameters:
msgID-
-
Base64DecodingException
Constructor Base64DecodingException- Parameters:
msgID-exArgs-
-
Base64DecodingException
Constructor Base64DecodingException- Parameters:
originalException-msgID-
-
Base64DecodingException
Constructor Base64DecodingException- Parameters:
originalException-msgID-exArgs-
-