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:
- Serializable
public class TransformationException
- extends XMLSecurityException
- Author:
- Christian Geuer-Pollmann
- See Also:
- Serialized Form
TransformationException
public TransformationException()
- Constructor TransformationException
TransformationException
public TransformationException(String msgID)
- Constructor TransformationException
- Parameters:
msgID -
TransformationException
public TransformationException(String msgID,
Object[] exArgs)
- Constructor TransformationException
- Parameters:
msgID - exArgs -
TransformationException
public TransformationException(String msgID,
Exception originalException)
- Constructor TransformationException
- Parameters:
msgID - originalException -
TransformationException
public TransformationException(String msgID,
Object[] exArgs,
Exception originalException)
- Constructor TransformationException
- Parameters:
msgID - exArgs - originalException -
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.