#include <ax2550.h>
Public Member Functions | |
| CommandFailedException (std::string file, int line, const char *description) | |
| virtual const char * | what () const throw () |
| virtual | ~CommandFailedException () throw () |
Private Attributes | |
| const char * | e_what_ |
| std::string | file_ |
| int | line_ |
| ax2550::CommandFailedException::CommandFailedException | ( | std::string | file, |
| int | line, | ||
| const char * | description | ||
| ) | [inline] |
| virtual ax2550::CommandFailedException::~CommandFailedException | ( | ) | throw () [inline, virtual] |
| virtual const char* ax2550::CommandFailedException::what | ( | ) | const throw () [inline, virtual] |
const char* ax2550::CommandFailedException::e_what_ [private] |
std::string ax2550::CommandFailedException::file_ [private] |
int ax2550::CommandFailedException::line_ [private] |