TokenMgrError

open class TokenMgrError : Error

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: Char, reason: Int)
Full Constructor.

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
You can also modify the body of this method to customize your error messages.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun toString(): String