#include <auexcept.h>

Public Member Functions | |
| AUExcept (const std::string &message) | |
| virtual | ~AUExcept () |
| virtual std::string | what () |
Protected Attributes | |
| std::string | message_ |
| aureservoir::AUExcept::AUExcept | ( | const std::string & | message | ) | [inline] |
construction of the exception
| virtual aureservoir::AUExcept::~AUExcept | ( | ) | [inline, virtual] |
| virtual std::string aureservoir::AUExcept::what | ( | ) | [inline, virtual] |
std::string aureservoir::AUExcept::message_ [protected] |
the exception string
1.5.3