Next: , Up: The Error Library   [Index]


13.12.1 Error Generating Functions

error

void error(text s);

fails execution (error may be trapped). The s message is run through the (application installed) error notification mechanism.

fault

void fault(void);

fails execution (error may be trapped).

final

void final(text s);

fails execution (error may not be trapped). The s message is run through the (application installed) error notification mechanism.