ConditionEvaluationException

class ConditionEvaluationException(val condition: Condition, message: String, cause: Throwable? = null) : InvalidMatchException

Exception class to signify that a Condition has failed in an exceptional way during evaluation.

It is therefore unable to return an accurate result.

Constructors

Link copied to clipboard
constructor(condition: Condition, cause: Throwable?)
constructor(condition: Condition, message: String, cause: Throwable? = null)

Properties

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