a runtime error within the remote function. derive your own custom exceptions from this one More...
#include <t2n_exception.hxx>
Public Member Functions | |
t2n_runtime_error (const std::string &_message) | |
t2n_runtime_error () | |
t2n_exception * | clone () const |
void | do_throw () |
virtual const char * | what () const throw () |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
a runtime error within the remote function. derive your own custom exceptions from this one
libt2n::t2n_runtime_error::t2n_runtime_error | ( | const std::string & | _message | ) | [inline] |
libt2n::t2n_runtime_error::t2n_runtime_error | ( | ) | [inline] |
Referenced by clone().
t2n_exception* libt2n::t2n_runtime_error::clone | ( | ) | const [inline, virtual] |
Reimplemented from libt2n::t2n_exception.
References t2n_runtime_error().
void libt2n::t2n_runtime_error::do_throw | ( | ) | [inline, virtual] |
Reimplemented from libt2n::t2n_exception.
void libt2n::t2n_runtime_error::serialize | ( | Archive & | ar, | |
const unsigned int | version | |||
) | [inline, private] |
Reimplemented from libt2n::t2n_exception.
virtual const char* libt2n::t2n_exception::what | ( | ) | const throw () [inline, virtual, inherited] |
References libt2n::t2n_exception::message.
Referenced by libt2n::socket_client_connection::socket_client_connection().
friend class boost::serialization::access [friend] |
Reimplemented from libt2n::t2n_exception.