The DicomServiceException class extends the class java.lang.Exception
to report errors encountered when extracting DICOM metadata in the middle tier.
public class DicomServiceException
extends java.lang.Exception
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorLocator()
Deprecated.
Gets the first invalid DICOM value locator or attribute tag in the input. Invalid value locators or attribute tags include malformed tags or nonscalar tags.
|
public java.lang.String getErrorLocator()
null
if there is no invalid value locator.