exceptions
API reference for the exceptions module.
# All public classes import directly from the top-level package:from nutrient_sdk import UnsupportedConversionClasses
| Class | Description |
|---|---|
UnsupportedConversion |
Exceptions
| Exception | Description |
|---|---|
AlreadyOpenForEditionException | |
BarcodeException | Represents an exception that is thrown when an error occurs during barcode processing. |
BarcodeInvalidDataException | Represents an exception that is thrown when the specified data for a barcode is invalid. It is tr… |
BarcodeInvalidLengthException | Represents an exception that is thrown when the data length for a barcode is invalid. |
BarcodeInvalidNotNumericDataException | Represents an exception that is thrown when the specified data for a barcode is invalid. It is tr… |
BarcodeInvalidStartException | Represents an exception that is thrown when the start of the data for barcode is invalid. It is t… |
BarcodeInvalidStopException | Represents an exception that is thrown when the end of the data for barcode is invalid. It is tro… |
BarcodeInvalidTypeException | Represents an exception that is thrown when the specified barcode type is not supported. |
BarcodeInvalidWidthException | Represents an exception that is thrown when a barcode cannot be written due to an invalid provide… |
ExportException | |
FeatureUnLicensedException | |
FileNotFoundException | |
ImplicitConversionException | |
IncompatibleTypeException | |
IndexOutOfBoundsException | Represents an exception that is thrown when an index is out of the valid range. |
InvalidArgumentException | Represents an exception that is thrown when an argument provided to a method is not valid. |
InvalidLicenseException | Represents an exception that occurs when an invalid license is detected within the Nutrient SDK. … |
InvalidSettingsException | |
InvalidStateException | Represents an exception that is thrown when an operation is performed on an object in an invalid … |
InvalidTemplateException | |
NullOrEmptyParameterException | |
NutrientArgumentNullException | |
SdkException | |
VisionException | Represents an exception that occurs during Vision API operations. |