cyclonedx.exception.factory
===========================

.. py:module:: cyclonedx.exception.factory

.. autoapi-nested-parse::

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

   .. deprecated:: next



Attributes
----------

.. autoapisummary::

   cyclonedx.exception.factory.CycloneDxFactoryException
   cyclonedx.exception.factory.LicenseChoiceFactoryException
   cyclonedx.exception.factory.InvalidSpdxLicenseException
   cyclonedx.exception.factory.LicenseFactoryException
   cyclonedx.exception.factory.InvalidLicenseExpressionException


Module Contents
---------------

.. py:data:: CycloneDxFactoryException

   Deprecated — Alias of :class:`cyclonedx.contrib.license.exceptions.FactoryException`.

   .. deprecated:: next
       This re-export location is deprecated.
       Use ``from cyclonedx.contrib.license.exceptions import FactoryException`` instead.
       The exported symbol itself is NOT deprecated — only this import path.


.. py:data:: LicenseChoiceFactoryException

   Deprecated — Alias of :class:`cyclonedx.contrib.license.exceptions.LicenseChoiceFactoryException`.

   .. deprecated:: next
       This re-export location is deprecated.
       Use ``from cyclonedx.contrib.license.exceptions import LicenseChoiceFactoryException`` instead.
       The exported symbol itself is NOT deprecated — only this import path.


.. py:data:: InvalidSpdxLicenseException

   Deprecated — Alias of :class:`cyclonedx.contrib.license.exceptions.InvalidSpdxLicenseException`.

   .. deprecated:: next
       This re-export location is deprecated.
       Use ``from cyclonedx.contrib.license.exceptions import InvalidSpdxLicenseException`` instead.
       The exported symbol itself is NOT deprecated — only this import path.


.. py:data:: LicenseFactoryException

   Deprecated — Alias of :class:`cyclonedx.contrib.license.exceptions.LicenseFactoryException`.

   .. deprecated:: next
       This re-export location is deprecated.
       Use ``from cyclonedx.contrib.license.exceptions import LicenseFactoryException`` instead.
       The exported symbol itself is NOT deprecated — only this import path.


.. py:data:: InvalidLicenseExpressionException

   Deprecated — Alias of :class:`cyclonedx.contrib.license.exceptions.InvalidLicenseExpressionException`.

   .. deprecated:: next
       This re-export location is deprecated.
       Use ``from cyclonedx.contrib.license.exceptions import InvalidLicenseExpressionException`` instead.
       The exported symbol itself is NOT deprecated — only this import path.


