LexicalException

class LexicalException(message: String? = null, cause: Throwable? = null) : Exception(source)

This is thrown when there is an error when trying to tokenize a string. There are several reasons why this may be thrown:

  1. When a token does not abide by the identifier regex rule.

  2. When a literal does not abide by the rules and constraints.

Author

Nishant Aanjaney Jalan

Since

0.1.0

Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard