Definition at line 22 of file exception.h.
Public Attributes | |
| jmp_buf | buf |
the jmpbuf containing the context for the exception handler | |
| int | id |
| the exception handler id | |
| char | msg [1024] |
| the message thrown | |
| s_exception_handler * | next |
| the next exception handler | |