ajexcept.c
Check for exception. If not caught abort. Else call exception routine.
Synopsis
Prototype
void ajExceptRaise (
const T* e,
const char* file,
ajint line
);
Type | Name | Read/Write | Description |
const T* | e | Input | Exception code |
const char* | file | Input | file exceptions called from |
ajint | line | Input | line 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
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