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

Field Summary
 
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID, originalException
 
Constructor Summary
TransformationException()
          Constructor TransformationException
TransformationException(java.lang.String msgID)
          Constructor TransformationException
TransformationException(java.lang.String msgID, java.lang.Exception originalException)
          Constructor TransformationException
TransformationException(java.lang.String msgID, java.lang.Object[] exArgs)
          Constructor TransformationException
TransformationException(java.lang.String msgID, java.lang.Object[] exArgs, java.lang.Exception originalException)
          Constructor TransformationException
 
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
 
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
 

Constructor Detail

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 -