#include <RoutingExceptions.h>

Public Member Functions | |
| RoutingException (const string &message, const string &location) | |
| ~RoutingException () throw () | |
| string | getLocation () const |
Static Public Member Functions | |
| static RoutingException | EmbedException (const string &message, const string &location, const RoutingException &rex) |
Private Attributes | |
| string | m_Location |
| RoutingException::RoutingException | ( | const string & | message, |
| const string & | location | ||
| ) |
|
inline |
|
static |
|
inline |
|
private |