KthMismatchedParenthesesException

Thrown during token sorting if the input string contains mismatched parentheses.

Constructors

Link copied to clipboard
constructor(index: Int)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val index: Int

The index of the parentheses token.

Link copied to clipboard
open val message: String?