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.

See Also

See other functions in this section

Availability

In release 6.4.0