This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /api/python/exceptions.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. exceptions

API reference for the exceptions module.

# All public classes import directly from the top-level package:
from nutrient_sdk import UnsupportedConversion

Classes

ClassDescription
UnsupportedConversion

Exceptions

ExceptionDescription
AlreadyOpenForEditionExceptionRepresents an exception thrown when a document is already open for editing.
BarcodeExceptionRepresents an exception that is thrown when an error occurs during barcode processing.
BarcodeInvalidDataExceptionRepresents an exception that is thrown when the specified data for a barcode is invalid. It is trown when trying to write a barcode in an image and the data could not be encoded in the requested type.
BarcodeInvalidLengthExceptionRepresents an exception that is thrown when the data length for a barcode is invalid.
BarcodeInvalidNotNumericDataExceptionRepresents an exception that is thrown when the specified data for a barcode is invalid. It is trown when trying to write a barcode in an image and the data could not be encoded in the requested type.
BarcodeInvalidStartExceptionRepresents an exception that is thrown when the start of the data for barcode is invalid. It is trown when trying to write a barcode in an image and the data could not be encoded in the requested type.
BarcodeInvalidStopExceptionRepresents an exception that is thrown when the end of the data for barcode is invalid. It is trown when trying to write a barcode in an image and the data could not be encoded in the requested type.
BarcodeInvalidTypeExceptionRepresents an exception that is thrown when the specified barcode type is not supported.
BarcodeInvalidWidthExceptionRepresents an exception that is thrown when a barcode cannot be written due to an invalid provided width.
ExportExceptionRepresents an exception thrown when an export operation cannot be completed.
FeatureUnLicensedExceptionRepresents an exception thrown when an operation requires a feature that is not licensed.
FileNotFoundExceptionRepresents an exception thrown when a requested file cannot be found.
ImplicitConversionExceptionRepresents an exception thrown when an implicit conversion to an intermediate format fails.
IncompatibleTypeExceptionRepresents an exception thrown when a value has a type that is incompatible with an operation.
IndexOutOfBoundsExceptionRepresents an exception that is thrown when an index is out of the valid range.
InvalidArgumentExceptionRepresents an exception that is thrown when an argument provided to a method is not valid.
InvalidLicenseExceptionRepresents an exception that occurs when an invalid license is detected within the Nutrient SDK. Provides details on the reason for the invalid license to facilitate troubleshooting.
InvalidSettingsExceptionRepresents an exception thrown when settings use an invalid format.
InvalidStateExceptionRepresents an exception that is thrown when an operation is performed on an object in an invalid state.
InvalidTemplateExceptionRepresents an exception thrown when an invalid template model is applied to a template.
NullOrEmptyParameterExceptionRepresents an exception thrown when a method parameter is null or an empty string.
NutrientArgumentNullExceptionRepresents an exception thrown when a required argument is null.
SdkExceptionRepresents an exception thrown when an SDK operation fails.
UnsupportedFormatExceptionRepresents an exception thrown when a document format is not recognized or not supported by the SDK (e.g., attempting to open a file whose content cannot be identified as any supported document format, or whose format has no registered handler).
VisionExceptionRepresents an exception that occurs during Vision API operations.