#include "except.h"
Namespaces | |
namespace | Conexus |
Functions | |
void | Conexus::throw_exception (int exception_num, ExceptionType type) throw ( conexus_exception ) |
void | Conexus::throw_open_exception (int exception_num) throw ( open_exception ) |
void | Conexus::throw_close_exception (int exception_num) throw ( close_exception ) |
void | Conexus::throw_read_exception (int exception_num) throw ( read_exception ) |
void | Conexus::throw_write_exception (int exception_num) throw ( write_exception ) |
void | Conexus::throw_bind_exception (int exception_num) throw ( bind_exception ) |
void | Conexus::throw_connect_exception (int exception_num) throw ( connect_exception ) |
void | Conexus::throw_listen_exception (int exception_num) throw ( listen_exception ) |
void | Conexus::throw_address_exception (int exception_num) throw ( address_exception ) |
void | Conexus::throw_socket_exception (int exception_num) throw ( socket_exception ) |