#include <ObjectiveLib/Exception.h>
Public Attributes | |
OLException * | exception |
The exception raised. | |
jmp_buf | jumpInfo |
The information for the long jump required in case of an exception being raised. | |
_OLCatchInfo * | next |
The next node in the list. |
This is for internal use only and it is unlikely that you will ever need to refer to this structure directly. All the functionality is expressed through the use of the OLException class and the exception handling macros.
The exception raised.
jmp_buf jumpInfo |
The information for the long jump required in case of an exception being raised.
struct _OLCatchInfo* next |
The next node in the list.
|