TokenMgrException

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.

Properties

Link copied to clipboard
open val cause: Throwable
Link copied to clipboard
Tried to change to an invalid lexical state.
Link copied to clipboard
Lexical error occurred.
Link copied to clipboard
Detected (and bailed out of) an infinite loop in the token manager.
Link copied to clipboard
Link copied to clipboard
An attempt was made to create a second instance of a static token manager.

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
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
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun toString(): String