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
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID
-
-
Constructor Summary
Constructors Constructor Description TransformationException()
Constructor TransformationExceptionTransformationException(java.lang.Exception ex)
TransformationException(java.lang.Exception originalException, java.lang.String msgID)
Constructor TransformationExceptionTransformationException(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)
Constructor TransformationExceptionTransformationException(java.lang.String msgID)
Constructor TransformationExceptionTransformationException(java.lang.String msgID, java.lang.Exception originalException)
Deprecated.TransformationException(java.lang.String msgID, java.lang.Object[] exArgs)
Constructor TransformationExceptionTransformationException(java.lang.String msgID, java.lang.Object[] exArgs, java.lang.Exception originalException)
Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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
@Deprecated public TransformationException(java.lang.String msgID, java.lang.Exception originalException)
Deprecated.
-
TransformationException
public TransformationException(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)
Constructor TransformationException- Parameters:
originalException
-msgID
-exArgs
-
-
TransformationException
@Deprecated public TransformationException(java.lang.String msgID, java.lang.Object[] exArgs, java.lang.Exception originalException)
Deprecated.
-
-