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
public class TransformationException extends XMLSecurityException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID
-
-
Constructor Summary
Constructors Constructor Description TransformationException()
Constructor TransformationExceptionTransformationException(Exception ex)
TransformationException(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
-
-
-
-
Constructor Detail
-
TransformationException
public TransformationException()
Constructor TransformationException
-
TransformationException
public TransformationException(Exception ex)
-
TransformationException
public TransformationException(String msgID)
Constructor TransformationException- Parameters:
msgID
-
-
TransformationException
public TransformationException(String msgID, Object[] exArgs)
Constructor TransformationException- Parameters:
msgID
-exArgs
-
-
TransformationException
public TransformationException(Exception originalException, String msgID)
Constructor TransformationException- Parameters:
originalException
-msgID
-
-
TransformationException
@Deprecated public TransformationException(String msgID, Exception originalException)
Deprecated.
-
TransformationException
public TransformationException(Exception originalException, String msgID, Object[] exArgs)
Constructor TransformationException- Parameters:
originalException
-msgID
-exArgs
-
-
TransformationException
@Deprecated public TransformationException(String msgID, Object[] exArgs, Exception originalException)
Deprecated.
-
-