Webmaster  |  Imprint 
C++ Server Pages
Main  |  License  |  Documentation  |  Download 

Exception Class Reference

#include <cxxtools/net.h>

Inheritance diagram for Exception:

Timeout List of all members.

Public Member Functions

 Exception (int _errno, const char *fn)
 Exception (const char *fn)

Detailed Description

net::Exception is thrown on error


Constructor & Destructor Documentation

Exception ( int  _errno,
const char *  fn 
)

The class is initialized with a message containing the error number, the error message from strerror(3) and the passed function name.

Exception ( const char *  fn  )  [explicit]

Initializes the excpetion with a message containing the error number from errno, the error message from strerror(3) and the passed function name.

Copyright © 2008 The Tntnet Development Team
Tntnet 1.6