Remove dynamic exceptions
[anna.git] / source / diameter / helpers / tme / codectypes / ISDNAddress.cpp
index 5a46a28..18f64e9 100644 (file)
@@ -13,7 +13,7 @@
 //------------------------------------------------------------------------------
 //---------------------------------------------------- ISDNAddress::updateBasic()
 //------------------------------------------------------------------------------
-void anna::diameter::helpers::tme::codectypes::ISDNAddress::updateBasic() throw(anna::RuntimeException) {
+void anna::diameter::helpers::tme::codectypes::ISDNAddress::updateBasic() noexcept(false) {
   std::string result;
   anna::functions::codeIsupNumber(a_isupNumber, true /* called party number */, result);
   OctetString::setValue(result);
@@ -23,7 +23,7 @@ void anna::diameter::helpers::tme::codectypes::ISDNAddress::updateBasic() throw(
 //------------------------------------------------------------------------------
 //--------------------------------------------------------- ISDNAddress::decode()
 //------------------------------------------------------------------------------
-void anna::diameter::helpers::tme::codectypes::ISDNAddress::decode(const char* buffer, const int size) throw(anna::RuntimeException) {
+void anna::diameter::helpers::tme::codectypes::ISDNAddress::decode(const char* buffer, const int size) noexcept(false) {
   if(!buffer)
     throw anna::RuntimeException("ISDNAddress::decode | Null Buffer provided", ANNA_FILE_LOCATION);