#include <xvr2/CoreExceptions.h>
#include <xvr2/String.h>
#include <xvr2/Net/NetworkExceptions.h>
Go to the source code of this file.
Namespaces | |
namespace | xvr2 |
namespace | xvr2::Net |
Classes | |
class | xvr2::Net::SocketException |
Generic parent exception thrown whenever a socket-level operation fails. More... | |
class | xvr2::Net::SocketOptionException |
Exception to be thrown whenever a socket option set/get operation fails. More... | |
class | xvr2::Net::SocketOptionParamFailure |
Exception thrown after a call to Socket::setsockopt(int level, int optname, const void *optval, socklen_t optlen) fails. More... | |
class | xvr2::Net::SocketOptionIsInvalid |
Thrown when the required socket option is invalid. More... | |
class | xvr2::Net::InvalidSocket |
Exception thrown whenever the given Socket is not really a socket, however it is related to a real and valid file descriptor. More... |