Package-level declarations

Types

Link copied to clipboard
Represents an exception thrown when a document is already open for editing.
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 final class ExportException extends NutrientException
Represents an exception thrown when an export operation cannot be completed.
Link copied to clipboard
Represents an exception thrown when an operation requires a feature that is not licensed.
Link copied to clipboard
public final class FileNotFoundException extends NutrientException
Represents an exception thrown when a requested file cannot be found.
Link copied to clipboard
Represents an exception thrown when an implicit conversion to an intermediate format fails.
Link copied to clipboard
public final class IncompatibleTypeException extends NutrientException
Represents an exception thrown when a value has a type that is incompatible with an operation.
Link copied to clipboard
public final class IndexOutOfBoundsException extends NutrientException
Represents an exception that is thrown when an index is out of the valid range.
Link copied to clipboard
public final class InvalidArgumentException extends NutrientException
Represents an exception that is thrown when an argument provided to a method is not valid.
Link copied to clipboard
public final class InvalidLicenseException extends NutrientException
Represents an exception that occurs when an invalid license is detected within the Nutrient SDK.
Link copied to clipboard
public final class InvalidPasswordException extends NutrientException
Represents an exception thrown when a password-protected document cannot be opened because the password is missing or incorrect.
Link copied to clipboard
public final class InvalidSettingsException extends NutrientException
Represents an exception thrown when settings use an invalid format.
Link copied to clipboard
public final class InvalidStateException extends NutrientException
Represents an exception that is thrown when an operation is performed on an object in an invalid state.
Link copied to clipboard
public final class InvalidTemplateException extends NutrientException
Represents an exception thrown when an invalid template model is applied to a template.
Link copied to clipboard
Represents an exception thrown when a method parameter is null or an empty string.
Link copied to clipboard
Represents an exception thrown when a required argument is null.
Link copied to clipboard
public class NutrientException extends Exception
Base class for all Nutrient SDK exceptions.
Link copied to clipboard
public final class OcrException extends NutrientException
Represents an exception thrown when an OCR operation fails, such as rendering a page for recognition or writing the recognized text layer back onto the page.
Link copied to clipboard
public final class PdfEditException extends NutrientException
Represents an exception thrown when a PDF editing operation fails, such as deskewing a page, appending a document, or applying redactions.
Link copied to clipboard
public final class SdkException extends NutrientException
Represents an exception thrown when an SDK operation fails.
Link copied to clipboard
public final class UnsupportedConversion extends NutrientException
Represents an exception that is thrown when the requested document conversion is not supported.
Link copied to clipboard
Represents 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).
Link copied to clipboard
public final class VisionException extends NutrientException
Represents an exception that occurs during Vision API operations.