KthInsufficientOperandsException

Thrown during calculation if a function / operator doesn't have enough arguments / operands.

Constructors

Link copied to clipboard
constructor(type: String, name: String)

Properties

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

The name of the function or operator.

Link copied to clipboard

"function" or "operator"