Class A3DGEException

Unit

Declaration

type A3DGEException = class(Exception)

Description

Base class for exceptions raised by the engine.

Hierarchy

  • Exception
  • A3DGEException

Overview

Methods

Public constructor Create (const aMsg: String);
Public constructor CreateFmt (const aFmt: string; const aArgs: array of const);

Description

Methods

Public constructor Create (const aMsg: String);

Constructs a new exception object with a given message.

See also
A3DGEException.CreateFmt
Constructs a new exception object and formats a new message.
Public constructor CreateFmt (const aFmt: string; const aArgs: array of const);

Constructs a new exception object and formats a new message.

Parameters
aFmt
A formatting string as in Format.
aArgs
List of arguments to be combined with the aFmt parameter.
See also
A3DGEException.Create
Constructs a new exception object with a given message.

Generated by PasDoc 0.15.0. Generated on 2025-07-31 11:41:01.