Socket/Protocols/INet: Updated INet4SocketAddress to use INet4Address
[senf.git] / Socket / Protocols / INet / INetAddressing.ct
index db187b3..d2782a0 100644 (file)
@@ -39,7 +39,7 @@ prefix_ senf::INet6Address::INet6Address(Range const & range)
     for (; p!=p_end && i!=i_end; ++p, ++i)
         *p = *i;
     if (p!=p_end || i!=i_end)
-        throw InvalidINetAddressException();
+        throw SyntaxException();
 }
 
 ///////////////////////////////ct.e////////////////////////////////////////