Inherits std::exception.
Public Types | |
enum | failure_type { FAILURE_NO_SERVER, FAILURE_NO_DATABASE, FAILURE_NO_BACKEND } |
Public Member Functions | |
ExceptionConnection (failure_type failure) | |
virtual | ~ExceptionConnection () throw () |
virtual const char* | what () const throw () |
virtual failure_type | get_failure_type () const |
Glom::ExceptionConnection::ExceptionConnection | ( | failure_type | failure | ) |
Glom::ExceptionConnection::~ExceptionConnection | ( | ) | throw () [virtual] |
ExceptionConnection::failure_type Glom::ExceptionConnection::get_failure_type | ( | ) | const [virtual] |
const char * Glom::ExceptionConnection::what | ( | ) | const throw () [virtual] |