Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

nomem_error.h

Go to the documentation of this file.
00001 #ifndef NOMEM_ERROR_H
00002 #define NOMEM_ERROR_H
00003 
00004 #include <abuse/abuse.h>
00005 
00006 namespace std
00007 {
00008         class nomem_error: public runtime_error
00009         {
00010         public:
00011                 nomem_error():runtime_error("Out of Memory"){}
00012         };
00013 }
00014 
00015 #endif
00016 

Generated on Thu Jun 16 00:13:14 2005 for Netlib for Abuse! by  doxygen 1.4.3