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

.. py:module:: cyclonedx.exception

.. autoapi-nested-parse::

   Exceptions that are specific to the CycloneDX library implementation.



Submodules
----------

.. toctree::
   :maxdepth: 1

   /autoapi/cyclonedx/exception/factory/index
   /autoapi/cyclonedx/exception/model/index
   /autoapi/cyclonedx/exception/output/index
   /autoapi/cyclonedx/exception/serialization/index


Exceptions
----------

.. autoapisummary::

   cyclonedx.exception.CycloneDxException
   cyclonedx.exception.MissingOptionalDependencyException


Package Contents
----------------

.. py:exception:: CycloneDxException

   Bases: :py:obj:`Exception`


   Root exception thrown by this library.


.. py:exception:: MissingOptionalDependencyException

   Bases: :py:obj:`CycloneDxException`


   Validation did not happen, due to missing dependencies.


