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