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
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor TransformationExceptionTransformationException
(Exception originalException, String msgID) Constructor TransformationExceptionTransformationException
(Exception originalException, String msgID, Object[] exArgs) Constructor TransformationExceptionTransformationException
(String msgID) Constructor TransformationExceptionTransformationException
(String msgID, Exception originalException) Deprecated.TransformationException
(String msgID, Object[] exArgs) Constructor TransformationExceptionTransformationException
(String msgID, Object[] exArgs, Exception originalException) Deprecated. -
Method Summary
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
TransformationException
public TransformationException()Constructor TransformationException -
TransformationException
-
TransformationException
Constructor TransformationException- Parameters:
msgID
-
-
TransformationException
Constructor TransformationException- Parameters:
msgID
-exArgs
-
-
TransformationException
Constructor TransformationException- Parameters:
originalException
-msgID
-
-
TransformationException
Deprecated. -
TransformationException
Constructor TransformationException- Parameters:
originalException
-msgID
-exArgs
-
-
TransformationException
@Deprecated public TransformationException(String msgID, Object[] exArgs, Exception originalException) Deprecated.
-