dicomtrolley.exceptions¶
DICOMTrolleyError
¶
Bases: Exception
Base for all exceptions raised in dicomtrolley
Source code in dicomtrolley/exceptions.py
1 2 3 4 | |
NoQueryResultsError
¶
Bases: DICOMTrolleyError
Raised when a query returns 0 results
Source code in dicomtrolley/exceptions.py
23 24 | |
NoReferencesFoundError
¶
Bases: DICOMTrolleyError
Cannot find any references for this object at the given level. Used in DICOMDownloadable
Source code in dicomtrolley/exceptions.py
15 16 17 18 19 20 | |
UnSupportedParameterError
¶
Bases: DICOMTrolleyError
A query parameter was set that cannot be used in this Searcher type. See Query class notes
Source code in dicomtrolley/exceptions.py
7 8 9 10 11 12 | |