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?