Home | History | Annotate | Download | only in decpp

Lines Matching full:throw

38 		throw std::bad_alloc();
49 throw std::runtime_error("SocketAddress::setHost()");
55 throw std::runtime_error("SocketAddress::setPort()");
61 throw std::runtime_error("SocketAddress::setFamily()");
67 throw std::runtime_error("SocketAddress::setType()");
73 throw std::runtime_error("SocketAddress::setProtocol()");
82 throw std::bad_alloc();
93 throw SocketError("Setting socket flags failed");
99 throw SocketError("Listening on socket failed");
105 throw SocketError("Connecting socket failed");
111 throw SocketError("Socket shutdown failed");
117 throw SocketError("Socket send channel shutdown failed");
123 throw SocketError("Socket receive channel shutdown failed");
129 throw SocketError("Closing socket failed");
136 throw SocketError("Accepting connection to socket failed");
145 throw;