See: Description
| Exception | Description |
|---|---|
| ConditionFailedException |
This Exception is raised when Conditional Tag Elements are not present.
|
| ConfidentialityAttributeException |
This Exception is raised when Confidentiality Attribute de-identification process is Failed.
|
| ConversionFailedException |
This Exception is raised when Conversion is failed.
|
| DicomException |
This Exception class is the Parent Class for all Exception classes.
|
| DSPException |
This Exception is raised when Digital Signature signing/verification is Failed.
|
| DuplicateIdentifierException |
This Exception is raised when in SRTree we are adding two nodes at same identifier.
|
| InvalidDataElementException |
This Exception is raised when Signals Data Element fails to satisfy Validation Criteria.
|
| InvalidDataSetException |
This Exception is raised when the DataSet contains the DataElements in wrong order.
|
| InvalidDataTypeException |
This Exception is raised when when Data Type is not valid.
|
| InvalidDICOMFileException |
This Exception is raised when Signals that DICOM file is complying with standards.
|
| InvalidDictionaryException |
The class InvalidDictionaryException.
|
| InvalidHeaderException |
This Exception is raised when Dicom File Header is Corrupted.
|
| InvalidIODException |
This Exception is raised when IOD validations fails.
|
| InvalidItemException |
This Exception is raised when Signals Item Validation is failed.
|
| InvalidLengthException |
This Exception is raised when Signals that Length is complying with standards.
|
| InvalidMacroException |
This Exception is raised when Signals Macro Validation is failed.
|
| InvalidModuleException |
This Exception is raised when Signals that Validation of Module is failed.
|
| InvalidPositionException |
This Exception is raised while creating Structured Reporting Tree(SRTree) when we are trying to add a child to the node other than CONTAINER.
|
| InvalidSequenceException |
This Exception is raised when Signals Sequence Validation is failed.
|
| InvalidSRDocumentException |
This Exception is raised while creating Structured Reporting Tree(SRTree).
|
| InvalidTransferSyntaxException |
This Exception is raised when Transfer Syntax fails to satisfy Validation Criteria.
|
| InvalidValueException |
This Exception is raised when Signals that Value is complying with standards.
|
| IODNotFoundException |
This Exception is raised when particular IOD is not found.
|
| IODNotSupportedException |
This Exception is raised when user tries to invoke an IOD which is not supported by our SDK.
|
| ItemException |
This Exception is raised when Item Validation is failed.
|
| ItemLimitException |
This Exception is raised when Limit Specified is not Valid.
|
| LengthLimitException |
This Exception is raised when Signals that Length is not appropriate.
|
| MandatoryMissingException |
This Exception is raised when Mandatory Elements required in Validation are missing
|
| OutOfMemoryException |
This Exception is raised when required memory exceeds Java Heap Space Bounds.
|
| PaddingRequiredException |
This Exception is raised when Signals that the length of the value set is odd and requires a padding to the
value so that the length of the value becomes even.
|
| ParseException |
This Exception is raised when parsing of a sample dicom file fails.
|
| SerializeException |
This Exception is raised when Signals invalid serialization.
|
| TreeStructureViolationException |
This Exception is raised while creating SRTree Structure if we don't add Root element in the tree.
|
| ValidationException |
This Exception is raised when Validation fails while validating Data Elements.
|