|
SLIP
1.4
|
standard exception extension name have been changed to eliminate conflicts with QT More...
#include <error.hpp>

Public Member Functions | |
| slip_exception () throw () | |
| slip_exception (const std::string &, const std::string &, const std::string &) throw () | |
| slip_exception (const slip_exception &orig) throw () | |
| virtual | ~slip_exception () throw () |
| virtual slip_exception & | operator= (const slip_exception &) throw () |
| virtual const char * | what () const throw () |
| std::string | what_str () const throw () |
| const std::string & | getFunction_name () const |
| void | setFunction_name (std::string function_name) |
| const std::string & | getMessage () const |
| void | setMessage (std::string message) |
| const std::string & | getPackage_name () const |
| void | setPackage_name (std::string package_name) |
| const int & | getLabel () const |
| void | setLabel (const int &label) |
standard exception extension name have been changed to eliminate conflicts with QT
| slip::slip_exception::slip_exception | ( | const std::string & | p_name, |
| const std::string & | f_name, | ||
| const std::string & | mess | ||
| ) | |||
| throw | ( | ||
| ) | |||
| slip::slip_exception::slip_exception | ( | const slip_exception & | orig | ) | |
| throw | ( | ||||
| ) | |||||
|
virtual | |||||||||||||
|
inline |
|
inline |
|
inline |
|
inline |
|
virtual | ||||||||||||||
|
inline |
|
inline |
|
inline |
|
inline |
|
virtual | |||||||||||||
| std::string slip::slip_exception::what_str | ( | ) | const | |
| throw | ( | |||
| ) | ||||
1.8.6