octoprint.slicing.exceptions#
Slicing related exceptions.
.. autoclass:: SlicingException
.. autoclass:: SlicingCancelled :show-inheritance:
.. autoclass:: SlicerException :show-inheritance:
.. autoclass:: UnknownSlicer :show-inheritance:
.. autoclass:: SlicerNotConfigured :show-inheritance:
.. autoclass:: ProfileException
.. autoclass:: UnknownProfile :show-inheritance:
.. autoclass:: ProfileAlreadyExists :show-inheritance:
CouldNotDeleteProfile(slicer, profile, cause = None, *args, **kwargs)
#
ProfileAlreadyExists(slicer, profile, *args, **kwargs)
#
ProfileException(slicer, profile, *args, **kwargs)
#
Bases: Exception
Base exception of all slicing profile related exceptions.
.. attribute:: slicer
Identifier of the slicer to which the profile belongs.
.. attribute:: profile
Identifier of the profile for which the exception was raised.
SlicerException(slicer, *args, **kwargs)
#
Bases: SlicingException
Base exception of all slicer related exceptions.
.. attribute:: slicer
Identifier of the slicer for which the exception was raised.
SlicerNotConfigured(slicer, *args, **kwargs)
#
SlicingCancelled
#
Bases: SlicingException
Raised if a slicing job was cancelled.