cerror_example.cpp

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 }

Generated on Wed Nov 28 12:12:51 2007 for ChemCpp by  doxygen 1.4.6