org.dicom4j.data
Class WrongDataElementTypeException

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

public class WrongDataElementTypeException
extends DicomException

Exception which occurs when calling a getXXX from a DataSet

Since:
Alpha 0.0.2
Author:
Laurent Lecomte
See Also:
Serialized Form

Constructor Summary
WrongDataElementTypeException(ValueRepresentation aValueRepresentation, DicomTag aDicomTag)
           
 
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

WrongDataElementTypeException

public WrongDataElementTypeException(ValueRepresentation aValueRepresentation,
                                     DicomTag aDicomTag)


Copyright © 2009 dicom4j. All Rights Reserved.