except.h File Reference
Exception Handling in C.
More...
Go to the source code of this file.
Detailed Description
Exception Handling in C.
Define Documentation
Catch the specified exception Id.
- Parameters:
-
| id | The exception number to catch. |
Catch any exception number.
End of exception specification block.
| #define PJ_GET_EXCEPTION |
( |
|
) |
|
Get current exception.
- Returns:
- Current exception code.
| #define PJ_THROW |
( |
exception_id |
|
) |
|
Throw exception.
- Parameters:
-
| exception_id | The exception number. |
Start exception specification block.
Declare that the function will use exception.
Function Documentation
Throw exception.
- Parameters:
-