Changeset 635
- Timestamp:
- 09/27/09 00:57:59 (15 years ago)
- Location:
- library/bdm/base
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
library/bdm/base/bdmbase.h
r628 r635 424 424 //! Return name (fails when isnamed is false) 425 425 const RV& _rv() const { 426 bdm_assert_debug ( isnamed(), "" );426 //bdm_assert_debug ( isnamed(), "" ); 427 427 return rv; 428 428 } -
library/bdm/base/user_info.h
r620 r635 338 338 msg += ".from_setting(Setting&) has thrown a SettingException."; 339 339 throw UISettingException(msg, sttng_xcptn.getPath()); 340 } catch (std::runtime_error &e) { 341 delete instance; 342 instance = 0; 343 string msg = "UIException: method "; 344 msg += class_name; 345 msg += " says: "; 346 msg += e.what(); 347 throw UISettingException(msg, link.result); 340 348 } catch (...) { 341 349 delete instance; … … 343 351 throw; 344 352 } 345 353 } 346 354 347 355 //! This method converts a Setting into a descendant of class