TCore_Error

 

TCore_Error is the fundamental tornado error handling object. All errors other than not enough memory are handled using this object - use the macro TCORE_ERROR_INSUFF to handle the insufficient memory situation. If you provide an error handler, you should be careful to trap the right errors and pass on the ones you don't want to trap (using throw). This prevents errors getting "lost".


(C) 1998 The Tornado II programming team (Last updated: 15 March 2009 19:01:53 -0000)