summaryrefslogtreecommitdiff
path: root/jvmfwk/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-03 10:20:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-03 10:20:31 +0200
commit07dbd2076bb879def2710b7784ac706940b55886 (patch)
tree092236d0d4095ba26a8db5e4a57de5370bbcbb31 /jvmfwk/source
parent010ab3120362b8254ed6b85864345f839556acd7 (diff)
Nothrow dtor
Change-Id: I1793d2eab568f4a65813fca7257c74e1a85a0090
Diffstat (limited to 'jvmfwk/source')
-rw-r--r--jvmfwk/source/framework.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/jvmfwk/source/framework.hxx b/jvmfwk/source/framework.hxx
index 6e4fcad1bfd9..808bff5d8dd8 100644
--- a/jvmfwk/source/framework.hxx
+++ b/jvmfwk/source/framework.hxx
@@ -113,6 +113,7 @@ public:
errorCode(err), message(msg)
{
}
+ virtual ~FrameworkException() throw () {}
javaFrameworkError errorCode;
OString message;
};