PageRenderingException

class PageRenderingException(val page: Int, throwable: Throwable) : Exception

Exception thrown when an error occurs during page rendering.

Parameters

page

The page number where the error occurred.

throwable

The underlying exception that caused the error.

Constructors

Link copied to clipboard
constructor(page: Int, throwable: Throwable)

Properties

Link copied to clipboard
open override val message: String

Returns a message that describes the exception.

Link copied to clipboard
val page: Int