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?

Functions

Link copied to clipboard

Converts this exception to a renderable Node, and performs the error handling provided by the errorHandler strategy.

Link copied to clipboard

Converts this Exception to a PipelineException if it is not already one.