Class InvalidTransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xml.security.exceptions.XMLSecurityException
org.apache.xml.security.transforms.InvalidTransformException
- 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 InvalidTransformExceptionInvalidTransformException
(String _msgId) Constructor InvalidTransformExceptionInvalidTransformException
(String _msgId, Exception _originalException) Constructor InvalidTransformExceptionInvalidTransformException
(String _msgId, Object[] exArgs) Constructor InvalidTransformExceptionInvalidTransformException
(String _msgId, Object[] exArgs, Exception _originalException) Constructor InvalidTransformException -
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
-
InvalidTransformException
public InvalidTransformException()Constructor InvalidTransformException -
InvalidTransformException
Constructor InvalidTransformException- Parameters:
_msgId
-
-
InvalidTransformException
Constructor InvalidTransformException- Parameters:
_msgId
-exArgs
-
-
InvalidTransformException
Constructor InvalidTransformException- Parameters:
_msgId
-_originalException
-
-
InvalidTransformException
Constructor InvalidTransformException- Parameters:
_msgId
-exArgs
-_originalException
-
-