cyclonedx.contrib.license.exceptions
Exceptions relating to specific conditions that occur when factoring a module.
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.contrib.license.exceptions.FactoryException
Bases:
cyclonedx.exception.CycloneDxExceptionBase exception that covers all exceptions that may be thrown during model factoring.
- exception cyclonedx.contrib.license.exceptions.LicenseChoiceFactoryException
Bases:
FactoryExceptionBase exception that covers all LicenseChoiceFactory exceptions.
- exception cyclonedx.contrib.license.exceptions.InvalidSpdxLicenseException
Bases:
LicenseChoiceFactoryExceptionThrown when an invalid SPDX License is provided.
- exception cyclonedx.contrib.license.exceptions.LicenseFactoryException
Bases:
FactoryExceptionBase exception that covers all LicenseFactory exceptions.
- exception cyclonedx.contrib.license.exceptions.InvalidLicenseExpressionException
Bases:
LicenseFactoryExceptionThrown when an invalid License expressions is provided.