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

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).

from nutrient_sdk import UnsupportedFormatException

Inherits from: NutrientException

Construction

UnsupportedFormatException()

Creates a new UnsupportedFormatException instance with default settings.

Properties

exception_reason

@property
def exception_reason(self) -> str

Undocumented.

Type: str

Read-only property.