summaryrefslogtreecommitdiff
path: root/cpp/src/FreezeScript/Parser.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-11-09 15:07:22 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-11-09 15:07:22 +0000
commitaaf01c6aa0aac4d8ac6c32eea9e221f9f5d4930d (patch)
tree1980eff298c3bd35f71f67421f6d0bda4ce634ec /cpp/src/FreezeScript/Parser.h
parentFixes for relication test failure on Solaris (diff)
downloadice-aaf01c6aa0aac4d8ac6c32eea9e221f9f5d4930d.tar.bz2
ice-aaf01c6aa0aac4d8ac6c32eea9e221f9f5d4930d.tar.xz
ice-aaf01c6aa0aac4d8ac6c32eea9e221f9f5d4930d.zip
Derive from std::exception
Diffstat (limited to 'cpp/src/FreezeScript/Parser.h')
-rw-r--r--cpp/src/FreezeScript/Parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/FreezeScript/Parser.h b/cpp/src/FreezeScript/Parser.h
index 33a24a845d6..3563d5a2548 100644
--- a/cpp/src/FreezeScript/Parser.h
+++ b/cpp/src/FreezeScript/Parser.h
@@ -39,6 +39,7 @@ class EvaluateException : public IceUtil::Exception
public:
EvaluateException(const char*, int, const std::string&);
+ virtual ~EvaluateException() throw();
virtual std::string ice_name() const;
virtual void ice_print(std::ostream&) const;
virtual IceUtil::Exception* ice_clone() const;