ParseException

class ParseException(val cursorPos: Int, message: String?) : Exception(source)

Constructors

Link copied to clipboard
constructor(cursorPos: Int, message: String?)

Properties

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

Functions

Link copied to clipboard
open override fun toString(): String