IncorrectArgumentCountException

open class IncorrectArgumentCountException(val keyword: String, val count: Int, val expected: Int) : AlgorithmLexer.SyntaxException

Exception thrown when an incorrect argument count is found

Parameters

keyword

Keyword

count

Argument count

expected

Expected argument count

Constructors

Link copied to clipboard
constructor(keyword: String, count: Int, expected: Int)

Properties

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