reqerr(3i) debian man page | unix.com

Man Page: reqerr

Operating Environment: debian

Section: 3i

ReqErr(3I)						    InterViews Reference Manual 						ReqErr(3I)

NAME
ReqErr - handle request errors
SYNOPSIS
#include <InterViews/reqerr.h>
DESCRIPTION
Some requests to the window server may generate an error. For example, if a window is destroyed while it is being repositioned interac- tively, the request to place the window in the new position will fail. Normally, errors cause a process to terminate. The ReqErr class is used to handle errors within an application. The base class defines the attributes associated with each error, including a message string describing the error, an integer request code that specifies the kind of call that generated the error, and a id object that was the target of the request. When an error occurs, the attributes of the current request handler are assigned and the handler's Error operation is called.
PUBLIC OPERATIONS
ReqErr* Install() Use this error handler for subsequent errors and return the previous error handler. virtual void Error() Handle a detected error. The default handler is a nop.
SEE ALSO
Interactor(3I) InterViews 15 June 1987 ReqErr(3I)
Related Man Pages
tk_createerrorhandler(3) - centos
tk_createerrorhandler(3) - suse
tk_deleteerrorhandler(3) - suse
mpi_win_call_errhandler(3openmpi) - osx
mpi_win_get_errhandler(3openmpi) - osx
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph