Kaydet (Commit) 07dbd207 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Nothrow dtor

Change-Id: I1793d2eab568f4a65813fca7257c74e1a85a0090
üst 010ab312
......@@ -113,6 +113,7 @@ public:
errorCode(err), message(msg)
{
}
virtual ~FrameworkException() throw () {}
javaFrameworkError errorCode;
OString message;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment