Units
Classes, Interfaces, Objects
Types
Variables
Constants
Functions, Procedures
Identifiers

Class TErrorObject

Unit

rjExContainers

Declaration

type TErrorObject = class

Description

Base class to provide error handling for all ExContainers if rjExContainer Library is compiled with the RangeChecking directive defined. If defined, exceptions will be raised in situations of possible memory corruption, i.e. indexes out of bounds or nil pointers being passed and so on.

If rjExCont is compiled without the RangeChecking directive, TErrorObject will not be available and all ExContainers will instead descend from TObject. No exceptions will be raised.

Fields

None.

Methods

Overview

class procedure Error(const Msg: AnsiString; const Args: array of const);

Description

class procedure Error(const Msg: AnsiString; const Args: array of const);

Raises an Exception with Msg formated by Data.

Properties

None.


rjExContainer Library Version 0.1
Copyright Ralf Junker 2000-2001
http://www.zeitungsjunge.de/delphi/