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