Special exception class for v2. More...
Inheritance diagram for cpe::exception_v2:
Collaboration diagram for cpe::exception_v2:Public Member Functions | |
| exception_v2 () | |
| empty constructor | |
| exception_v2 (const std::string &msg, const std::string &file, const std::string &caller, const int &line) | |
| constructor with error information | |
Public Member Functions inherited from cpe::exception_cpe | |
| exception_cpe () | |
| empty constructor | |
| exception_cpe (const std::string &msg, const std::string &file, const std::string &caller, const int &line) | |
| constructor with error information | |
| std::string | info () const |
| return error message | |
Special exception class for v2.
|
inline |
empty constructor
|
inline |
constructor with error information