cyclonedx.exception.factory
Exceptions relating to specific conditions that occur when factoring a model.
Exceptions
Base exception that covers all exceptions that may be thrown during model factoring.. |
|
Base exception that covers all LicenseChoiceFactory exceptions. |
|
Thrown when an invalid SPDX License is provided. |
|
Base exception that covers all LicenseFactory exceptions. |
|
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.