Searched refs:SPDXException (Results 1 – 1 of 1) sorted by relevance
19 class SPDXException(Exception): class51 raise SPDXException(el, 'Duplicate License Identifier: %s' %lid)62 … raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic))68 … raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception)249 except SPDXException as se: