org.dicom4j.data
Class NoSuchElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dicom4j.dicom.DicomException
org.dicom4j.data.NoSuchElementException
- All Implemented Interfaces:
- Serializable
public class NoSuchElementException
- extends DicomException
Signals that the DataSet doesn't have the specified Tag.
- Since:
- Alpha 0.0.3
- Author:
- Laurent Lecomte
- See Also:
DataSet,
DicomTag,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchElementException
public NoSuchElementException()
NoSuchElementException
public NoSuchElementException(DicomTag aTag)
NoSuchElementException
public NoSuchElementException(String msg)
NoSuchElementException
public NoSuchElementException(String arg0,
Throwable arg1)
NoSuchElementException
public NoSuchElementException(Throwable arg0)
Copyright © 2009 dicom4j. All Rights Reserved.