Searched refs:SPDXException (Results 1 – 1 of 1) sorted by relevance
20 class SPDXException(Exception): class67 raise SPDXException(el, 'Duplicate License Identifier: %s' %lid)78 … raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic))84 … raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception)355 except SPDXException as se: