libtasks Documentation  1.6
tasks_exception.h File Reference
#include <string>
#include <sstream>
Include dependency graph for tasks_exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tasks::tasks_exception
 Tasks execption class. More...
 

Namespaces

 tasks
 
 tasks::net
 
 tasks::serial
 

Typedefs

typedef tasks_exception tasks::net::socket_exception
 
typedef tasks_exception tasks::net::http_exception
 
typedef tasks_exception tasks::serial::term_exception
 

Enumerations

enum  tasks::tasks_error {
  tasks::tasks_error::SOCKET_SOCKET, tasks::tasks_error::SOCKET_SOCKOPT_NOSIGPIPE, tasks::tasks_error::SOCKET_SOCKOPT_REUSEADDR, tasks::tasks_error::SOCKET_FNCTL,
  tasks::tasks_error::SOCKET_BIND, tasks::tasks_error::SOCKET_CHMOD, tasks::tasks_error::SOCKET_LISTEN, tasks::tasks_error::SOCKET_LISTEN_UDP,
  tasks::tasks_error::SOCKET_ACCEPT, tasks::tasks_error::SOCKET_CONNECT, tasks::tasks_error::SOCKET_NOHOST, tasks::tasks_error::SOCKET_WRITE,
  tasks::tasks_error::SOCKET_READ, tasks::tasks_error::SOCKET_NOCON, tasks::tasks_error::HTTP_NOT_IMPL, tasks::tasks_error::HTTP_NO_CONTENT_LENGTH,
  tasks::tasks_error::HTTP_INVALID_STATUS_CODE, tasks::tasks_error::HTTP_INVALID_HEADER, tasks::tasks_error::UWSGI_HEADER_ERROR, tasks::tasks_error::UWSGI_NOT_IMPL,
  tasks::tasks_error::UWSGI_THRIFT_TRANSPORT, tasks::tasks_error::UWSGI_THRIFT_HANDLER, tasks::tasks_error::TERM_NO_DEVICE, tasks::tasks_error::TERM_TCGETATTR,
  tasks::tasks_error::TERM_TCSETATTR, tasks::tasks_error::TERM_OPEN, tasks::tasks_error::TERM_FCNTL, tasks::tasks_error::TERM_CFSETOSPEED,
  tasks::tasks_error::TERM_CFSETISPEED, tasks::tasks_error::TERM_INVALID_PARITY, tasks::tasks_error::TERM_INVALID_STOPBITS, tasks::tasks_error::TERM_INVALID_MODE,
  tasks::tasks_error::DISKIO_INVALID_EVENT, tasks::tasks_error::UNSET
}