Object::Error

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:54:57 1991
Index Return to Main Contents
 

NAME

Object::Error - instance method  

TEMPLATE

void Error(char * location, char * messageFormat, ellipsis ...)  

SPECIFIERS

public  

DESCRIPTION

Calls the method DoError with const cError as error level to format and display the error message.
This method is called on non-fatal errors so that the application can be continued. For example, if a variable is out of range (method OrdCollection::At) or an object is not of a certain class (method guard).  

ARGUMENTS

char * location

the name of the method where the error occurred
char * messageFormat

a string with the format of the error message in the style of the function printf
ellipsis ...

a variable number of arguments for the messageFormat
 

RETURN ARGUMENT

void

 

CATEGORIES

error handling, client interface

 

FILES

implementation:
Object.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:25 GMT, March 30, 2022