#include <error.hh>
Inheritance diagram for atoms::ConnectionTimedOutError:


Definition at line 231 of file error.hh.
Public Member Functions | |
| ConnectionTimedOutError (const boost::weak_ptr< IOHandle > &d) | |
| ~ConnectionTimedOutError () throw () | |
| virtual boost::shared_ptr< IOError > | clone () const |
| virtual void | throwMe () const |
| boost::shared_ptr< IOHandle > | getSrc () const |
| Gets the IOHandle from which it originated or null if it has been destroyed. | |
| virtual char const * | what () const throw () |
| Returns a brief description of the error; overridden from std::exception. | |
| void | logCaught (DebugLogger &dl, DebugLogger::Level=DebugLogger::lError, const char *extraFmt=NULL,...) const |
| Logs that this exception was caught. | |
|
|
Definition at line 233 of file error.hh. Referenced by clone(). |
|
|
|
|
|
Reimplemented from atoms::ConnectionError. Definition at line 236 of file error.hh. References ConnectionTimedOutError(). |
Here is the call graph for this function:

|
|
Gets the IOHandle from which it originated or null if it has been destroyed.
Definition at line 133 of file error.hh. References atoms::IOError::m_src. |
|
||||||||||||||||||||
|
Logs that this exception was caught.
Definition at line 22 of file error.cc. References args, atoms::DebugLogger::log(), NULL, and atoms::Error::what(). |
Here is the call graph for this function:

|
|
Reimplemented from atoms::ConnectionError. |
|
|
Returns a brief description of the error; overridden from std::exception.
Reimplemented from std::exception. Definition at line 64 of file error.hh. References atoms::Error::what_. Referenced by atoms::Error::logCaught(), and atoms::ssl::Error::what(). |
1.3.5