Changeset 3062


Ignore:
Timestamp:
22/01/2012 16:20:43 (4 months ago)
Author:
chris
Message:

Allow getting the message out of a BoxException?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/common/BoxException.h

    r2407 r3062  
    3030        virtual unsigned int GetType() const throw() = 0; 
    3131        virtual unsigned int GetSubType() const throw() = 0; 
     32        virtual const std::string& GetMessage() const = 0; 
    3233 
    3334private: 
Note: See TracChangeset for help on using the changeset viewer.