org.dicom4j.data.elements
Class DataElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dicom4j.dicom.DicomException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.