org.dicom4j.data.elements
Class DataElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dicom4j.dicom.DicomException
              extended by org.dicom4j.data.elements.DataElementException
All Implemented Interfaces:
Serializable

public class DataElementException
extends DicomException

a specific DicomException for DataElement related exceptions

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

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

DataElementException

public DataElementException()

DataElementException

public DataElementException(String msg)
Parameters:
msg -

DataElementException

public DataElementException(String arg0,
                            Throwable arg1)
Parameters:
arg0 -
arg1 -

DataElementException

public DataElementException(Throwable arg0)
Parameters:
arg0 -


Copyright © 2009 dicom4j. All Rights Reserved.