ajexcept.c


Function ajExceptRaise

Check for exception. If not caught abort. Else call exception routine.

Synopsis

Prototype
void ajExceptRaise (
      const T* e,
      const char* file,
      ajint line
);

TypeNameRead/WriteDescription
const T*eInputException code
const char*fileInputfile exceptions called from
ajintlineInputline number exception called from
void RETURN

Input
e:(Input)Exception code
file:(Input)file exceptions called from
line:(Input)line number exception called from
Returns
void:No return value

Description

Check for exception. If not caught abort. Else call exception routine.

Usage

See source code

Example

In preparation

Errors

See source code

Dependencies

See source code

See Also

See other functions in this section

Availability

In release 5.0.0