Changeset 5747 for code/trunk/src/libraries/util/Exception.h
- Timestamp:
- Sep 19, 2009, 11:17:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/util/Exception.h
r5738 r5747 83 83 virtual const std::string& getFilename() const { return this->filename_; } 84 84 85 /** 86 @brief 87 Retrieves information from an exception caught with "..." 88 Works for std::exception and CEGUI::Exception 89 @remarks 90 Never ever call this function without an exception in the stack! 91 */ 92 static std::string handleMessage(); 93 85 94 protected: 86 95 std::string description_; //!< User typed text about why the exception occurred
Note: See TracChangeset
for help on using the changeset viewer.