org.eclipse.ohf.ihe.xds.metadata.extract
Class MetadataExtractionException

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

public class MetadataExtractionException
extends java.lang.Exception

Indication that something went wrong during metadata extraction from the source data.

Author:
Sarah Knoop
See Also:
Serialized Form

Constructor Summary
MetadataExtractionException()
           
MetadataExtractionException(java.lang.String msg)
           
MetadataExtractionException(java.lang.String msg, java.lang.Throwable th)
           
MetadataExtractionException(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

MetadataExtractionException

public MetadataExtractionException(java.lang.Throwable th)

MetadataExtractionException

public MetadataExtractionException(java.lang.String msg)

MetadataExtractionException

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

MetadataExtractionException

public MetadataExtractionException()