
#include <base/ApplicationException.hpp>
Public Member Functions | |
| ApplicationException (const std::string &AppName, const std::string &Msg) | |
| ApplicationException (const std::string &AppName, const std::string &Source, const std::string &Msg) | |
Protected Member Functions | |
| void | buildFullMessage () |
| openfluid::base::ApplicationException::ApplicationException | ( | const std::string & | AppName, |
| const std::string & | Msg | ||
| ) | [inline] |
| openfluid::base::ApplicationException::ApplicationException | ( | const std::string & | AppName, |
| const std::string & | Source, | ||
| const std::string & | Msg | ||
| ) | [inline] |
| void openfluid::base::ApplicationException::buildFullMessage | ( | ) | [inline, protected, virtual] |
Implements openfluid::base::Exception.
1.7.6.1