00001 #include <cerror.h> 00002 00003 void main() 00004 { 00005 CError e(FILENOTFOUND, "ERROR in main(), file not found" ); 00006 e.describe(); 00007 throw(e); 00008 }