#include <exceptions.hpp>
Inheritance diagram for commandl::exception:
Public Methods | |
exception (const std::string &what_message) | |
virtual | ~exception () throw () |
virtual const char * | what () const throw () |
Protected Attributes | |
std::string | What |
Contains the primary message about this exception. More... |
|
|
|
|
|
|
|
Contains the primary message about this exception.
|