org.dicom4j.dicom
Class DicomException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dicom4j.dicom.DicomException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AssociationException, DataElementException, DicomImageReaderException, DicomIOException, DicomNetworkException, DicomViolationException, NoSuchElementException, StoreException, WrongDataElementTypeException

public class DicomException
extends Exception

Since:
0.0.0
Author:
Laurent Lecomte
See Also:
Serialized Form

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

DicomException

public DicomException()

DicomException

public DicomException(String msg)

DicomException

public DicomException(String arg0,
                      Throwable arg1)

DicomException

public DicomException(Throwable arg0)


Copyright © 2009 dicom4j. All Rights Reserved.