FMX.ASE.Lexer.EAseLexerError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEAseLexerError

Delphi

EAseLexerError = class(Exception);

C++

class PASCALIMPLEMENTATION EAseLexerError : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
FMX.ASE.Lexer.pas
FMX.ASE.Lexer.hpp
FMX.ASE.Lexer FMX.ASE.Lexer

Description

Catches all the possible errors that can occur during the lexical analysis of the .ase file.

See Also