Reference: IVEReportFatal

Overview

Displays or logs a message and causes the application to terminate. The exact behavior depends on what routine has been registered with IVESetFatalHandler.

Prototype (C)

#include "ive_processbase.h"
void IVEReportFatal(const char* message);

Prototype (Fortran)

subroutine IVEReportFatal(message)
character*(*) message

Parameters

message
message is the text which is to be displayed or logged.

Cross references

IVESetFatalHandler, IVEGetFatalHandler, and IVEFatalHandler


| categories | alphabetical |


modified August 22, 2001

Eric Branlund (eric@msg.ucsf.edu)