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
AlreadyOpenForEditionException
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 tr…
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 tr…
BarcodeInvalidStartExceptionRepresents an exception that is thrown when the start of the data for barcode is invalid. It is t…
BarcodeInvalidStopExceptionRepresents an exception that is thrown when the end of the data for barcode is invalid. It is tro…
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 provide…
ExportException
FeatureUnLicensedException
FileNotFoundException
ImplicitConversionException
IncompatibleTypeException
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. …
InvalidSettingsException
InvalidStateExceptionRepresents an exception that is thrown when an operation is performed on an object in an invalid …
InvalidTemplateException
NullOrEmptyParameterException
NutrientArgumentNullException
SdkException
VisionExceptionRepresents an exception that occurs during Vision API operations.