#include <errCatch.h>
Collaboration diagram for errCatch:

Data Fields | |
| errCatch * | next |
| jmp_buf | jmpBuf |
| dyString * | message |
| boolean | gotError |
Definition at line 23 of file errCatch.h.
struct errCatch* errCatch::next [read] |
| jmp_buf errCatch::jmpBuf |
struct dyString* errCatch::message [read] |
Definition at line 28 of file errCatch.h.
Referenced by errCatchFree(), errCatchNew(), errCatchWarnHandler(), htmlPageForwardedNoAbort(), and qaStatusOnPage().
| boolean errCatch::gotError |
Definition at line 29 of file errCatch.h.
Referenced by errCatchAbortHandler(), htmlPageForwardedNoAbort(), and qaStatusOnPage().
1.5.2