org.eclipse.ohf.ihe.xds.metadata.transform
Class MetadataTransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.ohf.ihe.xds.metadata.transform.MetadataTransformationException
All Implemented Interfaces:
java.io.Serializable

public class MetadataTransformationException
extends java.lang.Exception

Indicates error in transforming metadata to the target format.

Author:
Sarah Knoop
See Also:
Serialized Form

Constructor Summary
MetadataTransformationException()
           
MetadataTransformationException(java.lang.String msg)
           
MetadataTransformationException(java.lang.String msg, java.lang.Throwable th)
           
MetadataTransformationException(java.lang.Throwable th)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetadataTransformationException

public MetadataTransformationException(java.lang.Throwable th)

MetadataTransformationException

public MetadataTransformationException(java.lang.String msg)

MetadataTransformationException

public MetadataTransformationException(java.lang.String msg,
                                       java.lang.Throwable th)

MetadataTransformationException

public MetadataTransformationException()