org.apache.xml.security.transforms
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
-