PdfIoException

class PdfIoException(message: String = "Could not read the PDF document", cause: Throwable? = null) : PdfException

A read failure occurred while loading the document.

Constructors

Link copied to clipboard
constructor(message: String = "Could not read the PDF document", cause: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?