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.CycloneDxException

Base exception that covers all exceptions that may be thrown during model factoring..

exception cyclonedx.exception.factory.LicenseChoiceFactoryException[source]

Bases: CycloneDxFactoryException

Base exception that covers all LicenseChoiceFactory exceptions.

exception cyclonedx.exception.factory.InvalidSpdxLicenseException[source]

Bases: LicenseChoiceFactoryException

Thrown when an invalid SPDX License is provided.

exception cyclonedx.exception.factory.LicenseFactoryException[source]

Bases: CycloneDxFactoryException

Base exception that covers all LicenseFactory exceptions.

exception cyclonedx.exception.factory.InvalidLicenseExpressionException[source]

Bases: LicenseFactoryException

Thrown when an invalid License expressions is provided.