Relocate and rename BaseException (#225)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 16 May 2018 23:43:41 +0000 (08:43 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 16 May 2018 23:43:41 +0000 (08:43 +0900)
commitbe48e2c2b1e94eddfbe4ca084679ea5a976a40b9
tree82c7a1e58d2d669e0f26e6d38174fa3b9417e282
parent7707edd8d22d21636acbd93162bd3c5e1a08bda5
Relocate and rename BaseException (#225)

* Relocate and rename BaseException

This commit relocates code related BaseException for consistency,
and renames it as 'Exception'.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Rewrite ConfigException in nnc
contrib/nnc/include/exception/ConfigException.h
contrib/nnc/src/exception/ConfigException.cpp
libs/foundation/include/nncc/foundation/Exception.h [moved from libs/foundation/include/exception/BaseException.h with 54% similarity]
libs/foundation/src/Exception.cpp [moved from libs/foundation/src/exception/BaseException.cpp with 54% similarity]
libs/foundation/src/Exception.test.cpp [moved from libs/foundation/src/exception.test.cpp with 68% similarity]