From 1937b917fb00d789322010b1b4104cc961795de9 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 22 Jan 2012 16:20:43 +0000 Subject: Allow getting the message out of a BoxException. --- lib/common/BoxException.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/common') diff --git a/lib/common/BoxException.h b/lib/common/BoxException.h index a8f5d7a6..361f04e8 100644 --- a/lib/common/BoxException.h +++ b/lib/common/BoxException.h @@ -29,6 +29,7 @@ public: virtual unsigned int GetType() const throw() = 0; virtual unsigned int GetSubType() const throw() = 0; + virtual const std::string& GetMessage() const = 0; private: }; -- cgit v1.2.3