org.dicom4j.data
Class NoSuchElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dicom4j.dicom.DicomException
              extended by 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

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

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.