cyclonedx.exception.factory
Exceptions relating to specific conditions that occur when factoring a model.
Module Contents
- exception cyclonedx.exception.factory.CycloneDxFactoryException[source]
Bases:
cyclonedx.exception.CycloneDxExceptionBase exception that covers all exceptions that may be thrown during model factoring..
- exception cyclonedx.exception.factory.LicenseChoiceFactoryException[source]
Bases:
CycloneDxFactoryExceptionBase exception that covers all LicenseChoiceFactory exceptions.
- exception cyclonedx.exception.factory.InvalidSpdxLicenseException[source]
Bases:
LicenseChoiceFactoryExceptionThrown when an invalid SPDX License is provided.
- exception cyclonedx.exception.factory.LicenseFactoryException[source]
Bases:
CycloneDxFactoryExceptionBase exception that covers all LicenseFactory exceptions.
- exception cyclonedx.exception.factory.InvalidLicenseExpressionException[source]
Bases:
LicenseFactoryExceptionThrown when an invalid License expressions is provided.