#include <ARAMException.hpp>
Public Member Functions | |
| ARAMException (int, std::string, std::string, std::string) | |
| const char * | what () const throw () |
ARAM's exceptions
| aram::ARAMException::ARAMException | ( | int | l, |
| std::string | file, | ||
| std::string | func, | ||
| std::string | m | ||
| ) |
Constructor
| [in] | int | line number |
| [in] | std::string | file name |
| [in] | std::string | function/method name |
| [in] | std::string | custom error message |
| const char * aram::ARAMException::what | ( | ) | const | |
| throw | ( | |||
| ) | ||||
Implements std::exception::what
1.8.6