Main Page   Class Hierarchy   Compound List   File List   Compound Members  

TMemoryException.hh

00001 #ifndef _T_MEMORY_EXCEPTION_HH
00002 #define _T_MEMORY_EXCEPTION_HH
00003 
00004 #include "TException.hh"
00005 
00012 class TMemoryException : public TException
00013 {
00014 public:
00015   
00019   TMemoryException ();
00020   
00024   TMemoryException (const TString& str) : TException (str) { }  
00025 };
00026 
00027 #endif // _T_MEMORY_EXCEPTION_HH

Generated on Sat Feb 15 18:37:16 2003 for Tools by doxygen1.3-rc2