ajexcept


Data type Except_T

Exception data structure

Attributes

NameTypeDescription
reasonconst char*Reason for the exception


Data type Except_Frame

Exception frame data structure

Attributes

NameTypeDescription
envjmp_bufEnvironment jump buffer
prevstruct Except_Frame*Previous exception if any
fileconst char*source filename usually from __FILE__
exceptionconst Except_T*Exception data (reason)
lineajintsource line number usually from __LINE__
Paddingchar[4]Padding to alignment boundary