TokenMgrError

Token Manager Error.

Constructors

Link copied to clipboard
constructor()

No arg constructor.

constructor(message: String?, reason: Int)

Constructor with message and reason.

constructor(EOFSeen: Boolean, lexState: Int, errorLine: Int, errorColumn: Int, errorAfter: String?, curChar: Int, reason: Int)

Full Constructor.

Types

Link copied to clipboard
object Companion

Properties

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

Indicates the reason why the exception is thrown. It will have one of the above 4 values.

Link copied to clipboard
open override val message: String?