UnsupportedRenderException

An exception thrown when a com.quarkdown.core.rendering.NodeRenderer tries rendering a node which is unsupported by its flavor.

Parameters

elementClass

class of the element whose rendering was attempted

Constructors

Link copied to clipboard
constructor(node: Node)
constructor(elementClass: KClass<*>)

Properties

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