org.dicom4j.images
Class DicomImageReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dicom4j.dicom.DicomException
              extended by org.dicom4j.images.DicomImageReaderException
All Implemented Interfaces:
Serializable

public class DicomImageReaderException
extends DicomException

Since:
Alpha 0.0.2
Author:
Laurent Lecomte
See Also:
Serialized Form

Constructor Summary
DicomImageReaderException()
           
DicomImageReaderException(String msg)
           
DicomImageReaderException(String arg0, Throwable arg1)
           
DicomImageReaderException(Throwable arg0)
           
 
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

DicomImageReaderException

public DicomImageReaderException()

DicomImageReaderException

public DicomImageReaderException(String msg)

DicomImageReaderException

public DicomImageReaderException(String arg0,
                                 Throwable arg1)

DicomImageReaderException

public DicomImageReaderException(Throwable arg0)


Copyright © 2009 dicom4j. All Rights Reserved.