Main Page   Class Hierarchy   Compound List   File List   Compound Members  

TBoundsException.hh

00001 #ifndef _T_BOUNDS_EXCEPTION_HH
00002 #define _T_BOUNDS_EXCEPTION_HH
00003 
00004 #include "TException.hh"
00005 
00014 class TBoundsException : public TException
00015 {
00016 public:
00017   
00021   TBoundsException ();
00022   
00026   TBoundsException (const TString& str) : TException (str) { }  
00027 };
00028 
00029 #endif // _T_BOUNDS_EXCEPTION_HH

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