StiLexerException Class
Namespace: Stimulsoft.Base
The exception that is thrown when a lexical analysis error occurs.
Inheritance
Inherits from: Exception
Constructors
| Constructor | Description |
|---|---|
| StiLexerException(StiLexerError error) | Create a new instance of the StiLexerException class. |
StiLexerException(error: StiLexerError)
Create a new instance of the StiLexerException class.
Parameters
- error (StiLexerError) — Type of lexical analysis error.
Properties
| Property | Type | Description |
|---|---|---|
| LexerError | StiLexerError | Gets or sets type of lexical analysis error. |