cyclonedx.exception.factory

Exceptions relating to specific conditions that occur when factoring a model.

Exceptions

CycloneDxFactoryException

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

LicenseChoiceFactoryException

Base exception that covers all LicenseChoiceFactory exceptions.

InvalidSpdxLicenseException

Thrown when an invalid SPDX License is provided.

LicenseFactoryException

Base exception that covers all LicenseFactory exceptions.

InvalidLicenseExpressionException

Thrown when an invalid License expressions is provided.

Module Contents

exception cyclonedx.exception.factory.CycloneDxFactoryException

Bases: cyclonedx.exception.CycloneDxException

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

exception cyclonedx.exception.factory.LicenseChoiceFactoryException

Bases: CycloneDxFactoryException

Base exception that covers all LicenseChoiceFactory exceptions.

exception cyclonedx.exception.factory.InvalidSpdxLicenseException

Bases: LicenseChoiceFactoryException

Thrown when an invalid SPDX License is provided.

exception cyclonedx.exception.factory.LicenseFactoryException

Bases: CycloneDxFactoryException

Base exception that covers all LicenseFactory exceptions.

exception cyclonedx.exception.factory.InvalidLicenseExpressionException

Bases: LicenseFactoryException

Thrown when an invalid License expressions is provided.