summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-01-22 16:20:43 +0000
committerChris Wilson <chris+github@qwirx.com>2012-01-22 16:20:43 +0000
commit1937b917fb00d789322010b1b4104cc961795de9 (patch)
tree6147d1bdf38d72185a525506aab97de5c542d917 /lib/common
parent1062c3d9033b2fd2f9c84f79bbdb6b9187a13934 (diff)
Allow getting the message out of a BoxException.
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/BoxException.h1
1 files changed, 1 insertions, 0 deletions
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:
};