ajexcept


Data type Except_T

Exception data structure

Attributes

NameTypeDescription
reasonReason for the exception


Data type Except_Frame

Exception frame data structure

Attributes

NameTypeDescription
envEnvironment jump buffer
prevPrevious exception if any
filesource filename usually from __FILE__
exceptionException data (reason)
linesource line number usually from __LINE__
PaddingPadding to alignment boundary