UnsupportedOperatorException

Indicates that an operator was applied to an unsupported input type. Not all Condition.Operator implementations are supported for all input types.

Constructors

Link copied to clipboard
constructor(operatorId: String, dataItem: DataItem, cause: Throwable? = null)
constructor(operatorId: String, containerItem: DataItem, dataItem: DataItem, cause: Throwable? = null)
constructor(message: String, cause: Throwable?)

Properties

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