#include <cadbc.h>

Public Member Functions | |
| AceException () | |
| AceException (const string &er) | |
| AceException (const char er[]) | |
| const string & | getMessage () const |
Private Attributes | |
| string | err |
Friends | |
| ostream & | operator<< (ostream &ous, const AceException &ae) |
| AceException::AceException | ( | ) | [inline] |
| AceException::AceException | ( | const string & | er | ) | [inline] |
| AceException::AceException | ( | const char | er[] | ) | [inline] |
| const string& AceException::getMessage | ( | ) | const [inline] |
References err.
| ostream& operator<< | ( | ostream & | ous, | |
| const AceException & | ae | |||
| ) | [friend] |
string AceException::err [private] |
Referenced by getMessage(), Orgload::main(), and CDSload::main().
1.5.6