Package-level declarations

Types

Link copied to clipboard
public class BarcodeException extends NutrientException
Represents an exception that is thrown when an error occurs during barcode processing.
Link copied to clipboard
Represents an exception that is thrown when the specified data for a barcode is invalid.
Link copied to clipboard
Represents an exception that is thrown when the data length for a barcode is invalid.
Link copied to clipboard
Represents an exception that is thrown when the specified data for a barcode is invalid.
Link copied to clipboard
Represents an exception that is thrown when the start of the data for barcode is invalid.
Link copied to clipboard
Represents an exception that is thrown when the end of the data for barcode is invalid.
Link copied to clipboard
Represents an exception that is thrown when the specified barcode type is not supported.
Link copied to clipboard
Represents an exception that is thrown when a barcode cannot be written due to an invalid provided width.
Link copied to clipboard
public class ExportException extends NutrientException
Link copied to clipboard
Exception ID: 3031
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Represents an exception that occurs when an invalid license is detected within the Nutrient SDK.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public class NutrientException extends Exception
Base class for all Nutrient SDK exceptions.
Link copied to clipboard
public class SdkException extends NutrientException
Link copied to clipboard