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.