Fix wrong exception handling 67/208367/5
authorhyunho <hhstark.kang@samsung.com>
Mon, 24 Jun 2019 01:53:32 +0000 (10:53 +0900)
committerhyunho <hhstark.kang@samsung.com>
Tue, 25 Jun 2019 04:02:49 +0000 (13:02 +0900)
commit4ffcb9c55e086b7666a0b4fec1eeb2213539dd44
treec65e257c1f32b866549f226671d91cb533c5e922
parent102da1558553d5ce938df67b7a0d2faa8dfb122c
Fix wrong exception handling

nothrow only guarantee that new operation will not throw exception.
Using nothrow cannot prevent exceptions thrown by a constructor.

Change-Id: I1cafbe6c582f64abb007c12dcafd79fac569ffcb
Signed-off-by: hyunho <hhstark.kang@samsung.com>
watchface-complication/complication.cc
watchface-complication/db-manager.cc
watchface-complication/design-element.cc
watchface-complication/editables-container.cc
watchface-complication/editables-manager.cc
watchface-complication/received-editable.cc
watchface-complication/watchface-editable.cc
watchface-editor/watchface-editor.cc