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:
java.io.Serializable
public class TransformationException extends XMLSecurityException
- Author:
- Christian Geuer-Pollmann
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID, originalException
-
-
Constructor Summary
Constructors Constructor Description TransformationException()Constructor TransformationExceptionTransformationException(java.lang.String _msgID)Constructor TransformationExceptionTransformationException(java.lang.String _msgID, java.lang.Exception _originalException)Constructor TransformationExceptionTransformationException(java.lang.String _msgID, java.lang.Object[] exArgs)Constructor TransformationExceptionTransformationException(java.lang.String _msgID, java.lang.Object[] exArgs, java.lang.Exception _originalException)Constructor TransformationException
-
Method Summary
-
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
TransformationException
public TransformationException()
Constructor TransformationException
-
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.String _msgID, java.lang.Exception _originalException)Constructor TransformationException- Parameters:
_msgID-_originalException-
-
TransformationException
public TransformationException(java.lang.String _msgID, java.lang.Object[] exArgs, java.lang.Exception _originalException)Constructor TransformationException- Parameters:
_msgID-exArgs-_originalException-
-
-