org.apache.xml.security.transforms
Class TransformationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.xml.security.exceptions.XMLSecurityException
              extended byorg.apache.xml.security.transforms.TransformationException
All Implemented Interfaces:
java.io.Serializable

public class TransformationException
extends XMLSecurityException

Author:
Christian Geuer-Pollmann
See Also:
Serialized Form

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 java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
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 -