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
);

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 3.0.0