Simple exception class that supports a text message. More...
#include <aux.hh>
Public Member Functions | |
| failure (const std::string &msg) | |
| Construct with message. | |
| failure () | |
| Construct empty. | |
| virtual | ~failure () throw () |
| Destruct. | |
| virtual const char * | what () const throw () |
| Provide message string. | |
Simple exception class that supports a text message.
| LocARNA::failure::failure | ( | const std::string & | msg | ) | [inline, explicit] |
Construct with message.
| msg | the message |
| const char * LocARNA::failure::what | ( | ) | const throw () [virtual] |
Provide message string.
1.7.6.1