Fix bugs for no catch std::out_of_range exceptions.
authorKIM JungYong <jyong2.kim@samsung.com>
Mon, 31 Oct 2016 02:34:02 +0000 (11:34 +0900)
committerUze Choi <uzchoi@samsung.com>
Mon, 31 Oct 2016 05:12:01 +0000 (05:12 +0000)
commit8b776fc5549f97cee12aefd41a085f4e678129ea
treeb31655b716fdd3d6844ae64f8c28f1180910e63b
parent4b8a8968ababfebc056e336de107c229166fd788
Fix bugs for no catch std::out_of_range exceptions.

Samples of serveral services, no catch exception about out_of_range.
With this patch, all of exception was caught.

Change-Id: I18b9cf7633ac6c6ad3d5a8b9e37a5110ffd9d68f
Signed-off-by: KIM JungYong <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/13859
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/resource-encapsulation/examples/linux/NestedAttributesClient.cpp
service/resource-encapsulation/examples/linux/SeparateResponseServer.cpp
service/things-manager/sampleapp/linux/configuration/con-client.cpp
service/things-manager/sampleapp/linux/configuration/con-server.cpp