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.
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