InvalidExpressionEvalException

An exception thrown when an Expression cannot be evaluated. Most commonly, this is thrown when a NodeValue appears in a ComposedExpression, hence the content must be parsed as Markdown instead of expression.

See also

Constructors

Link copied to clipboard
constructor()

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.